itself
Java class for annotated complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="annotated">
<complexContent>
<extension base="{http://www.w3.org/2001/XMLSchema}openAttrs">
<sequence>
<element ref="{http://www.w3.org/2001/XMLSchema}annotation" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
Method Summary |
java.lang.Object |
copyTo(java.lang.Object target)
|
java.lang.Object |
copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
|
java.lang.Object |
createCopy()
|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
Annotation |
getAnnotation()
Gets the value of the annotation property. |
java.lang.String |
getId()
Gets the value of the id property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setAnnotation(Annotation value)
Sets the value of the annotation property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
annotation
protected Annotation annotation
id
protected java.lang.String id
Annotated
public Annotated()
getAnnotation
public Annotation getAnnotation()
- Gets the value of the annotation property.
- Returns:
- possible object is
Annotation
setAnnotation
public void setAnnotation(Annotation value)
- Sets the value of the annotation property.
- Parameters:
value
- allowed object is
Annotation
getId
public java.lang.String getId()
- Gets the value of the id property.
- Returns:
- possible object is
String
setId
public void setId(java.lang.String value)
- Sets the value of the id property.
- Parameters:
value
- allowed object is
String
toString
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
- Specified by:
toString
in interface org.jvnet.jaxb2_commons.lang.ToString
- Overrides:
toString
in class OpenAttrs
toString
public java.lang.String toString()
- Overrides:
toString
in class OpenAttrs
equals
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
- Specified by:
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in class OpenAttrs
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class OpenAttrs
hashCode
public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
- Specified by:
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
hashCode
in class OpenAttrs
hashCode
public int hashCode()
- Overrides:
hashCode
in class OpenAttrs
copyTo
public java.lang.Object copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
- Overrides:
copyTo
in class OpenAttrs
copyTo
public java.lang.Object copyTo(java.lang.Object target)
- Specified by:
copyTo
in interface org.jvnet.jaxb2_commons.lang.Copyable
- Overrides:
copyTo
in class OpenAttrs
createCopy
public java.lang.Object createCopy()
- Specified by:
createCopy
in interface org.jvnet.jaxb2_commons.lang.Copyable
- Specified by:
createCopy
in interface org.jvnet.jaxb2_commons.lang.CopyTo
- Overrides:
createCopy
in class OpenAttrs
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.