public class CollectionContentBean extends Object implements org.apache.axis2.databinding.ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
CollectionContentBean.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected int |
localChildCount
field for ChildCount
|
protected boolean |
localChildCountTracker |
protected String[] |
localChildPaths
field for ChildPaths
This was an Array!
|
protected boolean |
localChildPathsTracker |
protected String[] |
localCollectionTypes
field for CollectionTypes
This was an Array!
|
protected boolean |
localCollectionTypesTracker |
protected String |
localPathWithVersion
field for PathWithVersion
|
protected boolean |
localPathWithVersionTracker |
protected String[] |
localRemoteInstances
field for RemoteInstances
This was an Array!
|
protected boolean |
localRemoteInstancesTracker |
protected boolean |
localVersionView
field for VersionView
|
protected boolean |
localVersionViewTracker |
Constructor and Description |
---|
CollectionContentBean() |
Modifier and Type | Method and Description |
---|---|
void |
addChildPaths(String param)
Auto generated add method for the array for convenience
|
void |
addCollectionTypes(String param)
Auto generated add method for the array for convenience
|
void |
addRemoteInstances(String param)
Auto generated add method for the array for convenience
|
int |
getChildCount()
Auto generated getter method
|
String[] |
getChildPaths()
Auto generated getter method
|
String[] |
getCollectionTypes()
Auto generated getter method
|
org.apache.axiom.om.OMElement |
getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory) |
String |
getPathWithVersion()
Auto generated getter method
|
XMLStreamReader |
getPullParser(QName qName)
databinding method to get an XML representation of this object
|
String[] |
getRemoteInstances()
Auto generated getter method
|
boolean |
getVersionView()
Auto generated getter method
|
boolean |
isChildCountSpecified() |
boolean |
isChildPathsSpecified() |
boolean |
isCollectionTypesSpecified() |
boolean |
isPathWithVersionSpecified() |
boolean |
isRemoteInstancesSpecified() |
boolean |
isVersionViewSpecified() |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setChildCount(int param)
Auto generated setter method
|
void |
setChildPaths(String[] param)
Auto generated setter method
|
void |
setCollectionTypes(String[] param)
Auto generated setter method
|
void |
setPathWithVersion(String param)
Auto generated setter method
|
void |
setRemoteInstances(String[] param)
Auto generated setter method
|
void |
setVersionView(boolean param)
Auto generated setter method
|
protected void |
validateChildPaths(String[] param)
validate the array for ChildPaths
|
protected void |
validateCollectionTypes(String[] param)
validate the array for CollectionTypes
|
protected void |
validateRemoteInstances(String[] param)
validate the array for RemoteInstances
|
protected int localChildCount
protected boolean localChildCountTracker
protected String[] localChildPaths
protected boolean localChildPathsTracker
protected String[] localCollectionTypes
protected boolean localCollectionTypesTracker
protected String localPathWithVersion
protected boolean localPathWithVersionTracker
protected String[] localRemoteInstances
protected boolean localRemoteInstancesTracker
protected boolean localVersionView
protected boolean localVersionViewTracker
public boolean isChildCountSpecified()
public int getChildCount()
public void setChildCount(int param)
param
- ChildCountpublic boolean isChildPathsSpecified()
public String[] getChildPaths()
protected void validateChildPaths(String[] param)
public void setChildPaths(String[] param)
param
- ChildPathspublic void addChildPaths(String param)
param
- java.lang.Stringpublic boolean isCollectionTypesSpecified()
public String[] getCollectionTypes()
protected void validateCollectionTypes(String[] param)
public void setCollectionTypes(String[] param)
param
- CollectionTypespublic void addCollectionTypes(String param)
param
- java.lang.Stringpublic boolean isPathWithVersionSpecified()
public String getPathWithVersion()
public void setPathWithVersion(String param)
param
- PathWithVersionpublic boolean isRemoteInstancesSpecified()
public String[] getRemoteInstances()
protected void validateRemoteInstances(String[] param)
public void setRemoteInstances(String[] param)
param
- RemoteInstancespublic void addRemoteInstances(String param)
param
- java.lang.Stringpublic boolean isVersionViewSpecified()
public boolean getVersionView()
public void setVersionView(boolean param)
param
- VersionViewpublic 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 © 2023 WSO2. All rights reserved.