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

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
          extended by org.ow2.easywsdl.schema.org.w3._2001.xmlschema.ComplexType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
LocalComplexType, TopLevelComplexType

public abstract class ComplexType
extends Annotated
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for complexType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="complexType">
   <complexContent>
     <extension base="{http://www.w3.org/2001/XMLSchema}annotated">
       <group ref="{http://www.w3.org/2001/XMLSchema}complexTypeModel"/>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="mixed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="abstract" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="final" type="{http://www.w3.org/2001/XMLSchema}derivationSet" />
       <attribute name="block" type="{http://www.w3.org/2001/XMLSchema}derivationSet" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean _abstract
           
protected  java.util.List<java.lang.String> _final
           
protected  All all
           
protected  Wildcard anyAttribute
           
protected  java.util.List<Annotated> attributeOrAttributeGroup
           
protected  java.util.List<java.lang.String> block
           
protected  ExplicitGroup choice
           
protected  ComplexContent complexContent
           
protected  GroupRef group
           
protected  java.lang.Boolean mixed
           
protected  java.lang.String name
           
protected  ExplicitGroup sequence
           
protected  SimpleContent simpleContent
           
 
Fields inherited from class org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated
annotation, id
 
Constructor Summary
ComplexType()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 All getAll()
          Gets the value of the all property.
 Wildcard getAnyAttribute()
          Gets the value of the anyAttribute property.
 java.util.List<Annotated> getAttributeOrAttributeGroup()
          Gets the value of the attributeOrAttributeGroup property.
 java.util.List<java.lang.String> getBlock()
          Gets the value of the block property.
 ExplicitGroup getChoice()
          Gets the value of the choice property.
 ComplexContent getComplexContent()
          Gets the value of the complexContent property.
 java.util.List<java.lang.String> getFinal()
          Gets the value of the final property.
 GroupRef getGroup()
          Gets the value of the group property.
 java.lang.String getName()
          Gets the value of the name property.
 ExplicitGroup getSequence()
          Gets the value of the sequence property.
 SimpleContent getSimpleContent()
          Gets the value of the simpleContent property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 boolean isAbstract()
          Gets the value of the abstract property.
 boolean isMixed()
          Gets the value of the mixed property.
 void setAbstract(java.lang.Boolean value)
          Sets the value of the abstract property.
 void setAll(All value)
          Sets the value of the all property.
 void setAnyAttribute(Wildcard value)
          Sets the value of the anyAttribute property.
 void setChoice(ExplicitGroup value)
          Sets the value of the choice property.
 void setComplexContent(ComplexContent value)
          Sets the value of the complexContent property.
 void setGroup(GroupRef value)
          Sets the value of the group property.
 void setMixed(java.lang.Boolean value)
          Sets the value of the mixed property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setSequence(ExplicitGroup value)
          Sets the value of the sequence property.
 void setSimpleContent(SimpleContent value)
          Sets the value of the simpleContent 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.Annotated
getAnnotation, getId, setAnnotation, setId
 
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

simpleContent

protected SimpleContent simpleContent

complexContent

protected ComplexContent complexContent

group

protected GroupRef group

all

protected All all

choice

protected ExplicitGroup choice

sequence

protected ExplicitGroup sequence

attributeOrAttributeGroup

protected java.util.List<Annotated> attributeOrAttributeGroup

anyAttribute

protected Wildcard anyAttribute

name

protected java.lang.String name

mixed

protected java.lang.Boolean mixed

_abstract

protected java.lang.Boolean _abstract

_final

protected java.util.List<java.lang.String> _final

block

protected java.util.List<java.lang.String> block
Constructor Detail

ComplexType

public ComplexType()
Method Detail

getSimpleContent

public SimpleContent getSimpleContent()
Gets the value of the simpleContent property.

Returns:
possible object is SimpleContent

setSimpleContent

public void setSimpleContent(SimpleContent value)
Sets the value of the simpleContent property.

Parameters:
value - allowed object is SimpleContent

getComplexContent

public ComplexContent getComplexContent()
Gets the value of the complexContent property.

Returns:
possible object is ComplexContent

setComplexContent

public void setComplexContent(ComplexContent value)
Sets the value of the complexContent property.

Parameters:
value - allowed object is ComplexContent

getGroup

public GroupRef getGroup()
Gets the value of the group property.

Returns:
possible object is GroupRef

setGroup

public void setGroup(GroupRef value)
Sets the value of the group property.

Parameters:
value - allowed object is GroupRef

getAll

public All getAll()
Gets the value of the all property.

Returns:
possible object is All

setAll

public void setAll(All value)
Sets the value of the all property.

Parameters:
value - allowed object is All

getChoice

public ExplicitGroup getChoice()
Gets the value of the choice property.

Returns:
possible object is ExplicitGroup

setChoice

public void setChoice(ExplicitGroup value)
Sets the value of the choice property.

Parameters:
value - allowed object is ExplicitGroup

getSequence

public ExplicitGroup getSequence()
Gets the value of the sequence property.

Returns:
possible object is ExplicitGroup

setSequence

public void setSequence(ExplicitGroup value)
Sets the value of the sequence property.

Parameters:
value - allowed object is ExplicitGroup

getAttributeOrAttributeGroup

public java.util.List<Annotated> getAttributeOrAttributeGroup()
Gets the value of the attributeOrAttributeGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the attributeOrAttributeGroup property.

For example, to add a new item, do as follows:

    getAttributeOrAttributeGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list Attribute AttributeGroupRef


getAnyAttribute

public Wildcard getAnyAttribute()
Gets the value of the anyAttribute property.

Returns:
possible object is Wildcard

setAnyAttribute

public void setAnyAttribute(Wildcard value)
Sets the value of the anyAttribute property.

Parameters:
value - allowed object is Wildcard

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isMixed

public boolean isMixed()
Gets the value of the mixed property.

Returns:
possible object is Boolean

setMixed

public void setMixed(java.lang.Boolean value)
Sets the value of the mixed property.

Parameters:
value - allowed object is Boolean

isAbstract

public boolean isAbstract()
Gets the value of the abstract property.

Returns:
possible object is Boolean

setAbstract

public void setAbstract(java.lang.Boolean value)
Sets the value of the abstract property.

Parameters:
value - allowed object is Boolean

getFinal

public java.util.List<java.lang.String> getFinal()
Gets the value of the final property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the final property.

For example, to add a new item, do as follows:

    getFinal().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getBlock

public java.util.List<java.lang.String> getBlock()
Gets the value of the block property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the block property.

For example, to add a new item, do as follows:

    getBlock().add(newItem);
 

Objects of the following type(s) are allowed in the list 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 Annotated

toString

public java.lang.String toString()
Overrides:
toString in class Annotated

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 Annotated

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class Annotated

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 Annotated

hashCode

public int hashCode()
Overrides:
hashCode in class Annotated


Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.