org.ow2.easywsdl.schema.org.w3._2001.xmlschema
Class Annotated

java.lang.Object
  extended by org.ow2.easywsdl.schema.org.w3._2001.xmlschema.OpenAttrs
      extended by org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
Attribute, AttributeGroup, ComplexContent, ComplexType, Element, ExtensionType, Facet, Field, Group, Import, Include, Keybase, List, Notation, Restriction, RestrictionType, Selector, SimpleContent, SimpleType, Union, Wildcard

public class Annotated
extends OpenAttrs
implements org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

This type is extended by all types which allow annotation other than 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>
 


Field Summary
protected  Annotation annotation
           
protected  java.lang.String id
           
 
Constructor Summary
Annotated()
           
 
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 org.ow2.easywsdl.schema.org.w3._2001.xmlschema.OpenAttrs
getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

annotation

protected Annotation annotation

id

protected java.lang.String id
Constructor Detail

Annotated

public Annotated()
Method Detail

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.