|
||||||||||
| 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.Schema
public class Schema
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.w3.org/2001/XMLSchema}openAttrs">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.w3.org/2001/XMLSchema}include"/>
<element ref="{http://www.w3.org/2001/XMLSchema}import"/>
<element ref="{http://www.w3.org/2001/XMLSchema}redefine"/>
<element ref="{http://www.w3.org/2001/XMLSchema}annotation"/>
</choice>
<sequence maxOccurs="unbounded" minOccurs="0">
<group ref="{http://www.w3.org/2001/XMLSchema}schemaTop"/>
</sequence>
</sequence>
<attribute name="targetNamespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="finalDefault" type="{http://www.w3.org/2001/XMLSchema}fullDerivationSet" default="" />
<attribute name="blockDefault" type="{http://www.w3.org/2001/XMLSchema}blockSet" default="" />
<attribute name="attributeFormDefault" type="{http://www.w3.org/2001/XMLSchema}formChoice" default="unqualified" />
<attribute name="elementFormDefault" type="{http://www.w3.org/2001/XMLSchema}formChoice" default="unqualified" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected FormChoice |
attributeFormDefault
|
protected List<String> |
blockDefaults
|
protected FormChoice |
elementFormDefault
|
protected List<String> |
finalDefaults
|
protected String |
id
|
protected List<OpenAttrs> |
includesAndImportsAndRedefines
|
protected List<Annotated> |
simpleTypesAndComplexTypesAndGroups
|
protected String |
targetNamespace
|
protected String |
version
|
| Constructor Summary | |
|---|---|
Schema()
|
|
| Method Summary | |
|---|---|
FormChoice |
getAttributeFormDefault()
Gets the value of the attributeFormDefault property. |
List<String> |
getBlockDefaults()
Gets the value of the blockDefaults property. |
FormChoice |
getElementFormDefault()
Gets the value of the elementFormDefault property. |
List<String> |
getFinalDefaults()
Gets the value of the finalDefaults property. |
String |
getId()
Gets the value of the id property. |
List<OpenAttrs> |
getIncludesAndImportsAndRedefines()
Gets the value of the includesAndImportsAndRedefines property. |
List<Annotated> |
getSimpleTypesAndComplexTypesAndGroups()
Gets the value of the simpleTypesAndComplexTypesAndGroups property. |
String |
getTargetNamespace()
Gets the value of the targetNamespace property. |
String |
getVersion()
Gets the value of the version property. |
void |
setAttributeFormDefault(FormChoice value)
Sets the value of the attributeFormDefault property. |
void |
setElementFormDefault(FormChoice value)
Sets the value of the elementFormDefault property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setTargetNamespace(String value)
Sets the value of the targetNamespace property. |
void |
setVersion(String value)
Sets the value of the version property. |
| 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 List<OpenAttrs> includesAndImportsAndRedefines
protected List<Annotated> simpleTypesAndComplexTypesAndGroups
protected String targetNamespace
protected String version
protected List<String> finalDefaults
protected List<String> blockDefaults
protected FormChoice attributeFormDefault
protected FormChoice elementFormDefault
protected String id
| Constructor Detail |
|---|
public Schema()
| Method Detail |
|---|
public List<OpenAttrs> getIncludesAndImportsAndRedefines()
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 includesAndImportsAndRedefines property.
For example, to add a new item, do as follows:
getIncludesAndImportsAndRedefines().add(newItem);
Objects of the following type(s) are allowed in the list
Import
Redefine
Include
Annotation
public List<Annotated> getSimpleTypesAndComplexTypesAndGroups()
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 simpleTypesAndComplexTypesAndGroups property.
For example, to add a new item, do as follows:
getSimpleTypesAndComplexTypesAndGroups().add(newItem);
Objects of the following type(s) are allowed in the list
ComplexType
Group
AttributeGroup
Notation
TopLevelAttributeType
Element
SimpleType
public String getTargetNamespace()
Stringpublic void setTargetNamespace(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic List<String> getFinalDefaults()
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 finalDefaults property.
For example, to add a new item, do as follows:
getFinalDefaults().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getBlockDefaults()
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 blockDefaults property.
For example, to add a new item, do as follows:
getBlockDefaults().add(newItem);
Objects of the following type(s) are allowed in the list
String
public FormChoice getAttributeFormDefault()
FormChoicepublic void setAttributeFormDefault(FormChoice value)
value - allowed object is
FormChoicepublic FormChoice getElementFormDefault()
FormChoicepublic void setElementFormDefault(FormChoice value)
value - allowed object is
FormChoicepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||