public class Struct extends Object implements ADBBean
| Modifier and Type | Class and Description |
|---|---|
static class |
Struct.Factory
Factory class that keeps the parse method
|
| Modifier and Type | Field and Description |
|---|---|
protected OMElement[] |
localExtraElement
field for ExtraElement
This was an Array!
|
protected boolean |
localExtraElementTracker |
protected URI |
localHref
field for Href
This was an Attribute!
|
protected Id |
localId
field for Id
This was an Attribute!
|
| Constructor and Description |
|---|
Struct() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtraElement(OMElement param)
Auto generated add method for the array for convenience
|
OMElement[] |
getExtraElement()
Auto generated getter method
|
URI |
getHref()
Auto generated getter method
|
Id |
getId()
Auto generated getter method
|
OMElement |
getOMElement(QName parentQName,
OMFactory factory) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setExtraElement(OMElement[] param)
Auto generated setter method
|
void |
setHref(URI param)
Auto generated setter method
|
void |
setId(Id param)
Auto generated setter method
|
protected void |
validateExtraElement(OMElement[] param)
validate the array for ExtraElement
|
protected OMElement[] localExtraElement
protected boolean localExtraElementTracker
protected Id localId
protected URI localHref
public OMElement[] getExtraElement()
protected void validateExtraElement(OMElement[] param)
public void setExtraElement(OMElement[] param)
param - ExtraElementpublic void addExtraElement(OMElement param)
param - org.apache.axiom.om.OMElementpublic Id getId()
public void setId(Id param)
param - Idpublic URI getHref()
public void setHref(URI param)
param - Hrefpublic OMElement getOMElement(QName parentQName, OMFactory factory) throws ADBException
getOMElement in interface ADBBeanparentQName - factory - ADBExceptionpublic void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, ADBException
serialize in interface ADBBeanXMLStreamExceptionADBExceptionpublic void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, ADBException
serialize in interface ADBBeanXMLStreamExceptionADBExceptionCopyright © The Apache Software Foundation. All Rights Reserved.