public class ExtensionType extends Annotated 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 extensionType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="extensionType">
<complexContent>
<extension base="{http://www.w3.org/2001/XMLSchema}annotated">
<sequence>
<group ref="{http://www.w3.org/2001/XMLSchema}typeDefParticle" minOccurs="0"/>
<group ref="{http://www.w3.org/2001/XMLSchema}attrDecls"/>
</sequence>
<attribute name="base" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected All |
all |
protected Wildcard |
anyAttribute |
protected List<Annotated> |
attributeOrAttributeGroup |
protected QName |
base |
protected ExplicitGroup |
choice |
protected GroupRef |
group |
protected ExplicitGroup |
sequence |
annotation, id| Constructor and Description |
|---|
ExtensionType() |
| 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) |
All |
getAll()
Obtient la valeur de la propriété all.
|
Wildcard |
getAnyAttribute()
Obtient la valeur de la propriété anyAttribute.
|
List<Annotated> |
getAttributeOrAttributeGroup()
Gets the value of the attributeOrAttributeGroup property.
|
QName |
getBase()
Obtient la valeur de la propriété base.
|
ExplicitGroup |
getChoice()
Obtient la valeur de la propriété choice.
|
GroupRef |
getGroup()
Obtient la valeur de la propriété group.
|
ExplicitGroup |
getSequence()
Obtient la valeur de la propriété sequence.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAll(All value)
Définit la valeur de la propriété all.
|
void |
setAnyAttribute(Wildcard value)
Définit la valeur de la propriété anyAttribute.
|
void |
setBase(QName value)
Définit la valeur de la propriété base.
|
void |
setChoice(ExplicitGroup value)
Définit la valeur de la propriété choice.
|
void |
setGroup(GroupRef value)
Définit la valeur de la propriété group.
|
void |
setSequence(ExplicitGroup value)
Définit la valeur de la propriété sequence.
|
String |
toString() |
getAnnotation, getId, setAnnotation, setIdgetOtherAttributesprotected GroupRef group
protected All all
protected ExplicitGroup choice
protected ExplicitGroup sequence
protected Wildcard anyAttribute
protected QName base
public GroupRef getGroup()
GroupRefpublic void setGroup(GroupRef value)
value - allowed object is
GroupRefpublic void setAll(All value)
value - allowed object is
Allpublic ExplicitGroup getChoice()
ExplicitGrouppublic void setChoice(ExplicitGroup value)
value - allowed object is
ExplicitGrouppublic ExplicitGroup getSequence()
ExplicitGrouppublic void setSequence(ExplicitGroup value)
value - allowed object is
ExplicitGrouppublic List<Annotated> getAttributeOrAttributeGroup()
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 attributeOrAttributeGroup property.
For example, to add a new item, do as follows:
getAttributeOrAttributeGroup().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 QName getBase()
QNamepublic void setBase(QName value)
value - allowed object is
QNamepublic 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 Annotatedpublic 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 AnnotatedCopyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.