Class CGProxyToolsURLs
- java.lang.Object
-
- org.wso2.carbon.cloud.gateway.stub.types.common.CGProxyToolsURLs
-
- All Implemented Interfaces:
Serializable,org.apache.axis2.databinding.ADBBean
public class CGProxyToolsURLs extends Object implements org.apache.axis2.databinding.ADBBean
CGProxyToolsURLs bean class- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGProxyToolsURLs.FactoryFactory class that keeps the parse method
-
Field Summary
Fields Modifier and Type Field Description protected String[]localEprArrayfield for EprArray This was an Array!protected booleanlocalEprArrayTrackerprotected StringlocalTryItURLfield for TryItURLprotected booleanlocalTryItURLTrackerprotected StringlocalWsdl11URLfield for Wsdl11URLprotected booleanlocalWsdl11URLTrackerprotected StringlocalWsdl2URLfield for Wsdl2URLprotected booleanlocalWsdl2URLTracker
-
Constructor Summary
Constructors Constructor Description CGProxyToolsURLs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEprArray(String param)Auto generated add method for the array for convenienceString[]getEprArray()Auto generated getter methodorg.apache.axiom.om.OMElementgetOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)XMLStreamReadergetPullParser(QName qName)databinding method to get an XML representation of this objectStringgetTryItURL()Auto generated getter methodStringgetWsdl11URL()Auto generated getter methodStringgetWsdl2URL()Auto generated getter methodbooleanisEprArraySpecified()booleanisTryItURLSpecified()booleanisWsdl11URLSpecified()booleanisWsdl2URLSpecified()voidserialize(QName parentQName, XMLStreamWriter xmlWriter)voidserialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)voidsetEprArray(String[] param)Auto generated setter methodvoidsetTryItURL(String param)Auto generated setter methodvoidsetWsdl11URL(String param)Auto generated setter methodvoidsetWsdl2URL(String param)Auto generated setter methodprotected voidvalidateEprArray(String[] param)validate the array for EprArray
-
-
-
Field Detail
-
localEprArray
protected String[] localEprArray
field for EprArray This was an Array!
-
localEprArrayTracker
protected boolean localEprArrayTracker
-
localTryItURL
protected String localTryItURL
field for TryItURL
-
localTryItURLTracker
protected boolean localTryItURLTracker
-
localWsdl11URL
protected String localWsdl11URL
field for Wsdl11URL
-
localWsdl11URLTracker
protected boolean localWsdl11URLTracker
-
localWsdl2URL
protected String localWsdl2URL
field for Wsdl2URL
-
localWsdl2URLTracker
protected boolean localWsdl2URLTracker
-
-
Method Detail
-
isEprArraySpecified
public boolean isEprArraySpecified()
-
getEprArray
public String[] getEprArray()
Auto generated getter method- Returns:
- java.lang.String[]
-
validateEprArray
protected void validateEprArray(String[] param)
validate the array for EprArray
-
setEprArray
public void setEprArray(String[] param)
Auto generated setter method- Parameters:
param- EprArray
-
addEprArray
public void addEprArray(String param)
Auto generated add method for the array for convenience- Parameters:
param- java.lang.String
-
isTryItURLSpecified
public boolean isTryItURLSpecified()
-
getTryItURL
public String getTryItURL()
Auto generated getter method- Returns:
- java.lang.String
-
setTryItURL
public void setTryItURL(String param)
Auto generated setter method- Parameters:
param- TryItURL
-
isWsdl11URLSpecified
public boolean isWsdl11URLSpecified()
-
getWsdl11URL
public String getWsdl11URL()
Auto generated getter method- Returns:
- java.lang.String
-
setWsdl11URL
public void setWsdl11URL(String param)
Auto generated setter method- Parameters:
param- Wsdl11URL
-
isWsdl2URLSpecified
public boolean isWsdl2URLSpecified()
-
getWsdl2URL
public String getWsdl2URL()
Auto generated getter method- Returns:
- java.lang.String
-
setWsdl2URL
public void setWsdl2URL(String param)
Auto generated setter method- Parameters:
param- Wsdl2URL
-
getOMElement
public org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
- Specified by:
getOMElementin interfaceorg.apache.axis2.databinding.ADBBean- Parameters:
parentQName-factory-- Returns:
- org.apache.axiom.om.OMElement
- Throws:
org.apache.axis2.databinding.ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, org.apache.axis2.databinding.ADBException
- Specified by:
serializein interfaceorg.apache.axis2.databinding.ADBBean- Throws:
XMLStreamExceptionorg.apache.axis2.databinding.ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
- Specified by:
serializein interfaceorg.apache.axis2.databinding.ADBBean- Throws:
XMLStreamExceptionorg.apache.axis2.databinding.ADBException
-
getPullParser
public XMLStreamReader getPullParser(QName qName) throws org.apache.axis2.databinding.ADBException
databinding method to get an XML representation of this object- Specified by:
getPullParserin interfaceorg.apache.axis2.databinding.ADBBean- Throws:
org.apache.axis2.databinding.ADBException
-
-