@Contract @Hk2XmlPreGenerate public interface ExtensionType extends Annotated
Java class for extensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<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 | Method and Description |
---|---|
All |
getAll()
Gets the value of the all property.
|
Wildcard |
getAnyAttribute()
Gets the value of the anyAttribute property.
|
List<Annotated> |
getAttributeOrAttributeGroup()
Gets the value of the attributeOrAttributeGroup property.
|
QName |
getBase()
Gets the value of the base property.
|
ExplicitGroup |
getChoice()
Gets the value of the choice property.
|
GroupRef |
getGroup()
Gets the value of the group property.
|
ExplicitGroup |
getSequence()
Gets the value of the sequence property.
|
void |
setAll(All value)
Sets the value of the all property.
|
void |
setAnyAttribute(Wildcard value)
Sets the value of the anyAttribute property.
|
void |
setBase(QName value)
Sets the value of the base property.
|
void |
setChoice(ExplicitGroup value)
Sets the value of the choice property.
|
void |
setGroup(GroupRef value)
Sets the value of the group property.
|
void |
setSequence(ExplicitGroup value)
Sets the value of the sequence property.
|
getAnnotation, getId, setAnnotation, setId
getOtherAttributes, setOtherAttributes
GroupRef getGroup()
GroupRef
void setGroup(GroupRef value)
value
- allowed object is
GroupRef
void setAll(All value)
value
- allowed object is
All
ExplicitGroup getChoice()
ExplicitGroup
void setChoice(ExplicitGroup value)
value
- allowed object is
ExplicitGroup
ExplicitGroup getSequence()
ExplicitGroup
void setSequence(ExplicitGroup value)
value
- allowed object is
ExplicitGroup
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
Wildcard getAnyAttribute()
Wildcard
void setAnyAttribute(Wildcard value)
value
- allowed object is
Wildcard
Copyright © 2009–2023 Oracle Corporation. All rights reserved.