public abstract class AbstractComplexType extends Annotated
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" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_abstract |
protected All |
all |
protected Wildcard |
anyAttribute |
protected List<Annotated> |
attributesAndAttributeGroups |
protected List<String> |
blocks |
protected ExplicitGroup |
choice |
protected ComplexContent |
complexContent |
protected List<String> |
finals |
protected GroupRef |
group |
protected Boolean |
mixed |
protected String |
name |
protected ExplicitGroup |
sequence |
protected SimpleContent |
simpleContent |
annotation, id| Constructor and Description |
|---|
AbstractComplexType() |
| Modifier and Type | Method and Description |
|---|---|
All |
getAll()
Gets the value of the all property.
|
Wildcard |
getAnyAttribute()
Gets the value of the anyAttribute property.
|
List<Annotated> |
getAttributesAndAttributeGroups()
Gets the value of the attributesAndAttributeGroups property.
|
List<String> |
getBlocks()
Gets the value of the blocks property.
|
ExplicitGroup |
getChoice()
Gets the value of the choice property.
|
ComplexContent |
getComplexContent()
Gets the value of the complexContent property.
|
List<String> |
getFinals()
Gets the value of the finals property.
|
GroupRef |
getGroup()
Gets the value of the group property.
|
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.
|
boolean |
isAbstract()
Gets the value of the abstract property.
|
boolean |
isMixed()
Gets the value of the mixed property.
|
void |
setAbstract(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(Boolean value)
Sets the value of the mixed property.
|
void |
setName(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.
|
getAnnotation, getId, setAnnotation, setIdgetOtherAttributesprotected ExplicitGroup sequence
protected ExplicitGroup choice
protected All all
protected GroupRef group
protected Wildcard anyAttribute
protected ComplexContent complexContent
protected SimpleContent simpleContent
protected String name
protected Boolean mixed
protected Boolean _abstract
public ExplicitGroup getSequence()
ExplicitGrouppublic void setSequence(ExplicitGroup value)
value - allowed object is ExplicitGrouppublic ExplicitGroup getChoice()
ExplicitGrouppublic void setChoice(ExplicitGroup value)
value - allowed object is ExplicitGrouppublic void setAll(All value)
value - allowed object is Allpublic GroupRef getGroup()
GroupRefpublic void setGroup(GroupRef value)
value - allowed object is GroupRefpublic List<Annotated> getAttributesAndAttributeGroups()
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 attributesAndAttributeGroups property.
For example, to add a new item, do as follows:
getAttributesAndAttributeGroups().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeGroupRef Attribute
public Wildcard getAnyAttribute()
Wildcardpublic void setAnyAttribute(Wildcard value)
value - allowed object is Wildcardpublic ComplexContent getComplexContent()
ComplexContentpublic void setComplexContent(ComplexContent value)
value - allowed object is ComplexContentpublic SimpleContent getSimpleContent()
SimpleContentpublic void setSimpleContent(SimpleContent value)
value - allowed object is SimpleContentpublic String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic boolean isMixed()
Booleanpublic void setMixed(Boolean value)
value - allowed object is Booleanpublic boolean isAbstract()
Booleanpublic void setAbstract(Boolean value)
value - allowed object is Booleanpublic List<String> getFinals()
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 finals property.
For example, to add a new item, do as follows:
getFinals().add(newItem);
Objects of the following type(s) are allowed in the list String
public List<String> getBlocks()
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 blocks property.
For example, to add a new item, do as follows:
getBlocks().add(newItem);
Objects of the following type(s) are allowed in the list String
Copyright © 2017. All rights reserved.