public class AddCollection extends Object implements org.apache.axis2.databinding.ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
AddCollection.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected String |
localCollectionName
field for CollectionName
|
protected boolean |
localCollectionNameTracker |
protected String |
localDescription
field for Description
|
protected boolean |
localDescriptionTracker |
protected String |
localMediaType
field for MediaType
|
protected boolean |
localMediaTypeTracker |
protected String |
localParentPath
field for ParentPath
|
protected boolean |
localParentPathTracker |
static QName |
MY_QNAME |
Constructor and Description |
---|
AddCollection() |
Modifier and Type | Method and Description |
---|---|
String |
getCollectionName()
Auto generated getter method
|
String |
getDescription()
Auto generated getter method
|
String |
getMediaType()
Auto generated getter method
|
org.apache.axiom.om.OMElement |
getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory) |
String |
getParentPath()
Auto generated getter method
|
XMLStreamReader |
getPullParser(QName qName)
databinding method to get an XML representation of this object
|
boolean |
isCollectionNameSpecified() |
boolean |
isDescriptionSpecified() |
boolean |
isMediaTypeSpecified() |
boolean |
isParentPathSpecified() |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setCollectionName(String param)
Auto generated setter method
|
void |
setDescription(String param)
Auto generated setter method
|
void |
setMediaType(String param)
Auto generated setter method
|
void |
setParentPath(String param)
Auto generated setter method
|
public static final QName MY_QNAME
protected String localParentPath
protected boolean localParentPathTracker
protected String localCollectionName
protected boolean localCollectionNameTracker
protected String localMediaType
protected boolean localMediaTypeTracker
protected String localDescription
protected boolean localDescriptionTracker
public boolean isParentPathSpecified()
public String getParentPath()
public void setParentPath(String param)
param
- ParentPathpublic boolean isCollectionNameSpecified()
public String getCollectionName()
public void setCollectionName(String param)
param
- CollectionNamepublic boolean isMediaTypeSpecified()
public String getMediaType()
public void setMediaType(String param)
param
- MediaTypepublic boolean isDescriptionSpecified()
public String getDescription()
public void setDescription(String param)
param
- Descriptionpublic org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
getOMElement
in interface org.apache.axis2.databinding.ADBBean
parentQName
- factory
- org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize
in interface org.apache.axis2.databinding.ADBBean
XMLStreamException
org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize
in interface org.apache.axis2.databinding.ADBBean
XMLStreamException
org.apache.axis2.databinding.ADBException
public XMLStreamReader getPullParser(QName qName) throws org.apache.axis2.databinding.ADBException
getPullParser
in interface org.apache.axis2.databinding.ADBBean
org.apache.axis2.databinding.ADBException
Copyright © 2021 WSO2. All rights reserved.