public class Schema extends OpenAttrs implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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 |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
FormChoice |
getAttributeFormDefault()
Obtient la valeur de la propriété attributeFormDefault.
|
List<String> |
getBlockDefault()
Gets the value of the blockDefault property.
|
FormChoice |
getElementFormDefault()
Obtient la valeur de la propriété elementFormDefault.
|
List<String> |
getFinalDefault()
Gets the value of the finalDefault property.
|
String |
getId()
Obtient la valeur de la propriété id.
|
List<OpenAttrs> |
getIncludeOrImportOrRedefine()
Gets the value of the includeOrImportOrRedefine property.
|
String |
getLang()
Obtient la valeur de la propriété lang.
|
List<OpenAttrs> |
getSimpleTypeOrComplexTypeOrGroup()
Gets the value of the simpleTypeOrComplexTypeOrGroup property.
|
String |
getTargetNamespace()
Obtient la valeur de la propriété targetNamespace.
|
String |
getVersion()
Obtient la valeur de la propriété version.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAttributeFormDefault(FormChoice value)
Définit la valeur de la propriété attributeFormDefault.
|
void |
setElementFormDefault(FormChoice value)
Définit la valeur de la propriété elementFormDefault.
|
void |
setId(String value)
Définit la valeur de la propriété id.
|
void |
setLang(String value)
Définit la valeur de la propriété lang.
|
void |
setTargetNamespace(String value)
Définit la valeur de la propriété targetNamespace.
|
void |
setVersion(String value)
Définit la valeur de la propriété version.
|
String |
toString() |
getOtherAttributesprotected String targetNamespace
protected String version
protected FormChoice attributeFormDefault
protected FormChoice elementFormDefault
protected String id
protected String lang
public List<OpenAttrs> getIncludeOrImportOrRedefine()
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 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
Include
Import
Redefine
Annotation
public List<OpenAttrs> getSimpleTypeOrComplexTypeOrGroup()
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 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
TopLevelSimpleType
TopLevelComplexType
NamedGroup
NamedAttributeGroup
TopLevelElement
TopLevelAttribute
Notation
Annotation
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> getFinalDefault()
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 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
String
public List<String> getBlockDefault()
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 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
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 void setId(String value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class OpenAttrspublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class OpenAttrsCopyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.