public class Schema extends OpenAttrs
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"/>
<element ref="{http://www.w3.org/2001/XMLSchema}annotation" maxOccurs="unbounded" minOccurs="0"/>
</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" />
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FormChoice |
attributeFormDefault |
protected List<String> |
blockDefault |
protected FormChoice |
elementFormDefault |
protected List<String> |
finalDefault |
protected String |
id |
protected List<OpenAttrs> |
includeOrImportOrRedefine |
protected String |
lang |
protected List<OpenAttrs> |
simpleTypeOrComplexTypeOrGroup |
protected String |
targetNamespace |
protected String |
version |
| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
FormChoice |
getAttributeFormDefault()
Gets the value of the attributeFormDefault property.
|
List<String> |
getBlockDefault()
Gets the value of the blockDefault property.
|
FormChoice |
getElementFormDefault()
Gets the value of the elementFormDefault property.
|
List<String> |
getFinalDefault()
Gets the value of the finalDefault property.
|
String |
getId()
Gets the value of the id property.
|
List<OpenAttrs> |
getIncludeOrImportOrRedefine()
Gets the value of the includeOrImportOrRedefine property.
|
String |
getLang()
Gets the value of the lang property.
|
List<OpenAttrs> |
getSimpleTypeOrComplexTypeOrGroup()
Gets the value of the simpleTypeOrComplexTypeOrGroup 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 |
setLang(String value)
Sets the value of the lang property.
|
void |
setTargetNamespace(String value)
Sets the value of the targetNamespace property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
getOtherAttributesprotected String targetNamespace
protected String version
protected FormChoice attributeFormDefault
protected FormChoice elementFormDefault
protected String id
protected String lang
public List<OpenAttrs> getIncludeOrImportOrRedefine()
set method for the
includeOrImportOrRedefine property.
For example, to add a new item, do as follows:
getIncludeOrImportOrRedefine().add(newItem);Objects of the following type(s) are allowed in the list
Redefine Annotation Import Includepublic List<OpenAttrs> getSimpleTypeOrComplexTypeOrGroup()
set method for the
simpleTypeOrComplexTypeOrGroup property.
For example, to add a new item, do as follows:
getSimpleTypeOrComplexTypeOrGroup().add(newItem);Objects of the following type(s) are allowed in the list
TopLevelAttribute NamedGroup Notation
NamedAttributeGroup TopLevelElement Annotation TopLevelComplexType
TopLevelSimpleTypepublic 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> getFinalDefault()
set method for the finalDefault
property.
For example, to add a new item, do as follows:
getFinalDefault().add(newItem);Objects of the following type(s) are allowed in the list
Stringpublic List<String> getBlockDefault()
set method for the blockDefault
property.
For example, to add a new item, do as follows:
getBlockDefault().add(newItem);Objects of the following type(s) are allowed in the list
Stringpublic FormChoice getAttributeFormDefault()
FormChoicepublic void setAttributeFormDefault(FormChoice value)
value - allowed object is FormChoicepublic FormChoice getElementFormDefault()
FormChoicepublic void setElementFormDefault(FormChoice value)
value - allowed object is FormChoicepublic void setId(String value)
value - allowed object is Stringpublic String getLang()
StringCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.