|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easywsdl.schema.org.w3._2001.xmlschema.OpenAttrs
org.ow2.easywsdl.schema.org.w3._2001.xmlschema.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" />
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected FormChoice |
attributeFormDefault
|
protected java.util.List<java.lang.String> |
blockDefault
|
protected FormChoice |
elementFormDefault
|
protected java.util.List<java.lang.String> |
finalDefault
|
protected java.lang.String |
id
|
protected java.util.List<OpenAttrs> |
includeOrImportOrRedefine
|
protected java.lang.String |
lang
|
protected java.util.List<Annotated> |
simpleTypeOrComplexTypeOrGroup
|
protected java.lang.String |
targetNamespace
|
protected java.lang.String |
version
|
| Constructor Summary | |
|---|---|
Schema()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
copyTo(java.lang.Object target)
|
java.lang.Object |
copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
|
java.lang.Object |
createCopy()
|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
FormChoice |
getAttributeFormDefault()
Gets the value of the attributeFormDefault property. |
java.util.List<java.lang.String> |
getBlockDefault()
Gets the value of the blockDefault property. |
FormChoice |
getElementFormDefault()
Gets the value of the elementFormDefault property. |
java.util.List<java.lang.String> |
getFinalDefault()
Gets the value of the finalDefault property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.util.List<OpenAttrs> |
getIncludeOrImportOrRedefine()
Gets the value of the includeOrImportOrRedefine property. |
java.lang.String |
getLang()
Gets the value of the lang property. |
java.util.List<Annotated> |
getSimpleTypeOrComplexTypeOrGroup()
Gets the value of the simpleTypeOrComplexTypeOrGroup property. |
java.lang.String |
getTargetNamespace()
Gets the value of the targetNamespace property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setAttributeFormDefault(FormChoice value)
Sets the value of the attributeFormDefault property. |
void |
setElementFormDefault(FormChoice value)
Sets the value of the elementFormDefault property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setLang(java.lang.String value)
Sets the value of the lang property. |
void |
setTargetNamespace(java.lang.String value)
Sets the value of the targetNamespace property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class org.ow2.easywsdl.schema.org.w3._2001.xmlschema.OpenAttrs |
|---|
getOtherAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<OpenAttrs> includeOrImportOrRedefine
protected java.util.List<Annotated> simpleTypeOrComplexTypeOrGroup
protected java.lang.String targetNamespace
protected java.lang.String version
protected java.util.List<java.lang.String> finalDefault
protected java.util.List<java.lang.String> blockDefault
protected FormChoice attributeFormDefault
protected FormChoice elementFormDefault
protected java.lang.String id
protected java.lang.String lang
| Constructor Detail |
|---|
public Schema()
| Method Detail |
|---|
public java.util.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
Import
Redefine
Annotation
Include
public java.util.List<Annotated> 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
TopLevelComplexType
TopLevelAttribute
TopLevelSimpleType
NamedGroup
Notation
TopLevelElement
NamedAttributeGroup
public java.lang.String getTargetNamespace()
Stringpublic void setTargetNamespace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.util.List<java.lang.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 java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
Stringpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringtoString in class OpenAttrspublic java.lang.String toString()
toString in class OpenAttrs
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class OpenAttrspublic boolean equals(java.lang.Object object)
equals in class OpenAttrspublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class OpenAttrspublic int hashCode()
hashCode in class OpenAttrs
public java.lang.Object copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class OpenAttrspublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyablecopyTo in class OpenAttrspublic java.lang.Object createCopy()
createCopy in interface org.jvnet.jaxb2_commons.lang.CopyablecreateCopy in interface org.jvnet.jaxb2_commons.lang.CopyTocreateCopy in class OpenAttrs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||