|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybox.impl.AbstractModelObject
com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
easybox.org.w3._2001.xmlschema.EJaxbOpenAttrs
easybox.org.w3._2001.xmlschema.EJaxbAnnotated
easybox.org.w3._2001.xmlschema.EJaxbSimpleType
public abstract class EJaxbSimpleType
Java class for simpleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="simpleType">
<complexContent>
<extension base="{http://www.w3.org/2001/XMLSchema}annotated">
<group ref="{http://www.w3.org/2001/XMLSchema}simpleDerivation"/>
<attribute name="final" type="{http://www.w3.org/2001/XMLSchema}simpleDerivationSet" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.String> |
_final
|
protected EJaxbList |
list
|
protected java.lang.String |
name
|
protected EJaxbRestriction |
restriction
|
protected EJaxbUnion |
union
|
| Fields inherited from class easybox.org.w3._2001.xmlschema.EJaxbAnnotated |
|---|
annotation, id |
| Constructor Summary | |
|---|---|
EJaxbSimpleType()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getFinal()
Gets the value of the final property. |
EJaxbList |
getList()
Gets the value of the list property. |
java.lang.String |
getName()
Gets the value of the name property. |
EJaxbRestriction |
getRestriction()
Gets the value of the restriction property. |
EJaxbUnion |
getUnion()
Gets the value of the union property. |
boolean |
isSetFinal()
|
boolean |
isSetList()
|
boolean |
isSetName()
|
boolean |
isSetRestriction()
|
boolean |
isSetUnion()
|
void |
setList(EJaxbList value)
Sets the value of the list property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setRestriction(EJaxbRestriction value)
Sets the value of the restriction property. |
void |
setUnion(EJaxbUnion value)
Sets the value of the union property. |
void |
unsetFinal()
|
| Methods inherited from class easybox.org.w3._2001.xmlschema.EJaxbAnnotated |
|---|
getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId |
| Methods inherited from class easybox.org.w3._2001.xmlschema.EJaxbOpenAttrs |
|---|
getOtherAttributes |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject |
|---|
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject |
|---|
getParent, getXmlObject, setXmlObject |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EJaxbRestriction restriction
protected EJaxbList list
protected EJaxbUnion union
protected java.util.List<java.lang.String> _final
protected java.lang.String name
| Constructor Detail |
|---|
public EJaxbSimpleType()
| Method Detail |
|---|
public EJaxbRestriction getRestriction()
EJaxbRestrictionpublic void setRestriction(EJaxbRestriction value)
value - allowed object is
EJaxbRestrictionpublic boolean isSetRestriction()
public EJaxbList getList()
EJaxbListpublic void setList(EJaxbList value)
value - allowed object is
EJaxbListpublic boolean isSetList()
public EJaxbUnion getUnion()
EJaxbUnionpublic void setUnion(EJaxbUnion value)
value - allowed object is
EJaxbUnionpublic boolean isSetUnion()
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 boolean isSetFinal()
public void unsetFinal()
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||