|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easywsdl.schema.org.w3._2001.xmlschema.OpenAttrs
org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated
org.ow2.easywsdl.schema.org.w3._2001.xmlschema.ComplexType
public abstract class ComplexType
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 | |
---|---|
java.lang.Object |
copyTo(java.lang.Object target)
|
java.lang.Object |
copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
|
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 |
---|
createCopy, 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 |
Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo |
---|
createCopy |
Methods inherited from interface org.jvnet.jaxb2_commons.lang.Copyable |
---|
createCopy |
Field Detail |
---|
protected SimpleContent simpleContent
protected ComplexContent complexContent
protected GroupRef group
protected All all
protected ExplicitGroup choice
protected ExplicitGroup sequence
protected java.util.List<Annotated> attributeOrAttributeGroup
protected Wildcard anyAttribute
protected java.lang.String name
protected java.lang.Boolean mixed
protected java.lang.Boolean _abstract
protected java.util.List<java.lang.String> _final
protected java.util.List<java.lang.String> block
Constructor Detail |
---|
public ComplexType()
Method Detail |
---|
public SimpleContent getSimpleContent()
SimpleContent
public void setSimpleContent(SimpleContent value)
value
- allowed object is
SimpleContent
public ComplexContent getComplexContent()
ComplexContent
public void setComplexContent(ComplexContent value)
value
- allowed object is
ComplexContent
public GroupRef getGroup()
GroupRef
public void setGroup(GroupRef value)
value
- allowed object is
GroupRef
public All getAll()
All
public void setAll(All value)
value
- allowed object is
All
public ExplicitGroup getChoice()
ExplicitGroup
public void setChoice(ExplicitGroup value)
value
- allowed object is
ExplicitGroup
public ExplicitGroup getSequence()
ExplicitGroup
public void setSequence(ExplicitGroup value)
value
- allowed object is
ExplicitGroup
public java.util.List<Annotated> getAttributeOrAttributeGroup()
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
AttributeGroupRef
Attribute
public Wildcard getAnyAttribute()
Wildcard
public void setAnyAttribute(Wildcard value)
value
- allowed object is
Wildcard
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isMixed()
Boolean
public void setMixed(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isAbstract()
Boolean
public void setAbstract(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.util.List<java.lang.String> getFinal()
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
public java.util.List<java.lang.String> getBlock()
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
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString
in interface org.jvnet.jaxb2_commons.lang.ToString
toString
in class Annotated
public java.lang.String toString()
toString
in class Annotated
public void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class Annotated
public boolean equals(java.lang.Object object)
equals
in class Annotated
public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
in class Annotated
public int hashCode()
hashCode
in class Annotated
public java.lang.Object copyTo(java.lang.Object target, org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class Annotated
public java.lang.Object copyTo(java.lang.Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.Copyable
copyTo
in class Annotated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |