|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.xml.schema.OpenAttrs
org.plasma.xml.schema.Annotated
org.plasma.xml.schema.RestrictionType
public class RestrictionType
Java class for restrictionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="restrictionType">
<complexContent>
<extension base="{http://www.w3.org/2001/XMLSchema}annotated">
<sequence>
<choice minOccurs="0">
<group ref="{http://www.w3.org/2001/XMLSchema}typeDefParticle"/>
<group ref="{http://www.w3.org/2001/XMLSchema}simpleRestrictionModel"/>
</choice>
<group ref="{http://www.w3.org/2001/XMLSchema}attrDecls"/>
</sequence>
<attribute name="base" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected All |
all
|
protected Wildcard |
anyAttribute
|
protected java.util.List<Annotated> |
attributesAndAttributeGroups
|
protected javax.xml.namespace.QName |
base
|
protected ExplicitGroup |
choice
|
protected GroupRef |
group
|
protected java.util.List<java.lang.Object> |
minExclusivesAndMinInclusivesAndMaxExclusives
|
protected ExplicitGroup |
sequence
|
protected LocalSimpleType |
simpleType
|
| Fields inherited from class org.plasma.xml.schema.Annotated |
|---|
annotation, id |
| Constructor Summary | |
|---|---|
RestrictionType()
|
|
| Method Summary | |
|---|---|
All |
getAll()
Gets the value of the all property. |
Wildcard |
getAnyAttribute()
Gets the value of the anyAttribute property. |
java.util.List<Annotated> |
getAttributesAndAttributeGroups()
Gets the value of the attributesAndAttributeGroups property. |
javax.xml.namespace.QName |
getBase()
Gets the value of the base property. |
ExplicitGroup |
getChoice()
Gets the value of the choice property. |
GroupRef |
getGroup()
Gets the value of the group property. |
java.util.List<java.lang.Object> |
getMinExclusivesAndMinInclusivesAndMaxExclusives()
Gets the value of the minExclusivesAndMinInclusivesAndMaxExclusives property. |
ExplicitGroup |
getSequence()
Gets the value of the sequence property. |
LocalSimpleType |
getSimpleType()
Gets the value of the simpleType property. |
void |
setAll(All value)
Sets the value of the all property. |
void |
setAnyAttribute(Wildcard value)
Sets the value of the anyAttribute property. |
void |
setBase(javax.xml.namespace.QName value)
Sets the value of the base property. |
void |
setChoice(ExplicitGroup value)
Sets the value of the choice property. |
void |
setGroup(GroupRef value)
Sets the value of the group property. |
void |
setSequence(ExplicitGroup value)
Sets the value of the sequence property. |
void |
setSimpleType(LocalSimpleType value)
Sets the value of the simpleType property. |
| Methods inherited from class org.plasma.xml.schema.Annotated |
|---|
getAnnotation, getId, setAnnotation, setId |
| Methods inherited from class org.plasma.xml.schema.OpenAttrs |
|---|
getOtherAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected LocalSimpleType simpleType
protected java.util.List<java.lang.Object> minExclusivesAndMinInclusivesAndMaxExclusives
protected ExplicitGroup sequence
protected ExplicitGroup choice
protected All all
protected GroupRef group
protected java.util.List<Annotated> attributesAndAttributeGroups
protected Wildcard anyAttribute
protected javax.xml.namespace.QName base
| Constructor Detail |
|---|
public RestrictionType()
| Method Detail |
|---|
public LocalSimpleType getSimpleType()
LocalSimpleTypepublic void setSimpleType(LocalSimpleType value)
value - allowed object is
LocalSimpleTypepublic java.util.List<java.lang.Object> getMinExclusivesAndMinInclusivesAndMaxExclusives()
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 minExclusivesAndMinInclusivesAndMaxExclusives property.
For example, to add a new item, do as follows:
getMinExclusivesAndMinInclusivesAndMaxExclusives().add(newItem);
Objects of the following type(s) are allowed in the list
Enumeration
JAXBElement<Facet>
JAXBElement<Facet>
WhiteSpace
TotalDigits
JAXBElement<Facet>
JAXBElement<NumFacet>
Pattern
JAXBElement<NumFacet>
JAXBElement<NumFacet>
JAXBElement<Facet>
JAXBElement<NumFacet>
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 All getAll()
Allpublic void setAll(All value)
value - allowed object is
Allpublic GroupRef getGroup()
GroupRefpublic void setGroup(GroupRef value)
value - allowed object is
GroupRefpublic java.util.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
Attribute
AttributeGroupRef
public Wildcard getAnyAttribute()
Wildcardpublic void setAnyAttribute(Wildcard value)
value - allowed object is
Wildcardpublic javax.xml.namespace.QName getBase()
QNamepublic void setBase(javax.xml.namespace.QName value)
value - allowed object is
QName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||