Class EndpointReferenceType
- java.lang.Object
-
- org.wso2.carbon.event.client.stub.generated.addressing.EndpointReferenceType
-
- All Implemented Interfaces:
Serializable,org.apache.axis2.databinding.ADBBean
public class EndpointReferenceType extends Object implements org.apache.axis2.databinding.ADBBean
EndpointReferenceType bean class- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEndpointReferenceType.FactoryFactory class that keeps the parse method
-
Field Summary
Fields Modifier and Type Field Description protected AttributedURIlocalAddressfield for Addressprotected org.apache.axiom.om.OMAttribute[]localExtraAttributesfield for ExtraAttributes This was an Attribute! This was an Array!protected org.apache.axiom.om.OMElement[]localExtraElementfield for ExtraElement This was an Array!protected booleanlocalExtraElementTrackerprotected AttributedQNamelocalPortTypefield for PortTypeprotected booleanlocalPortTypeTrackerprotected ReferenceParametersTypelocalReferenceParametersfield for ReferenceParametersprotected booleanlocalReferenceParametersTrackerprotected ReferencePropertiesTypelocalReferencePropertiesfield for ReferencePropertiesprotected booleanlocalReferencePropertiesTrackerprotected ServiceNameTypelocalServiceNamefield for ServiceNameprotected booleanlocalServiceNameTracker
-
Constructor Summary
Constructors Constructor Description EndpointReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddExtraAttributes(org.apache.axiom.om.OMAttribute param)Auto generated add method for the array for conveniencevoidaddExtraElement(org.apache.axiom.om.OMElement param)Auto generated add method for the array for convenienceAttributedURIgetAddress()Auto generated getter methodorg.apache.axiom.om.OMAttribute[]getExtraAttributes()Auto generated getter methodorg.apache.axiom.om.OMElement[]getExtraElement()Auto generated getter methodorg.apache.axiom.om.OMElementgetOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)AttributedQNamegetPortType()Auto generated getter methodXMLStreamReadergetPullParser(QName qName)databinding method to get an XML representation of this objectReferenceParametersTypegetReferenceParameters()Auto generated getter methodReferencePropertiesTypegetReferenceProperties()Auto generated getter methodServiceNameTypegetServiceName()Auto generated getter methodbooleanisExtraElementSpecified()booleanisPortTypeSpecified()booleanisReferenceParametersSpecified()booleanisReferencePropertiesSpecified()booleanisServiceNameSpecified()voidserialize(QName parentQName, XMLStreamWriter xmlWriter)voidserialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)voidsetAddress(AttributedURI param)Auto generated setter methodvoidsetExtraAttributes(org.apache.axiom.om.OMAttribute[] param)Auto generated setter methodvoidsetExtraElement(org.apache.axiom.om.OMElement[] param)Auto generated setter methodvoidsetPortType(AttributedQName param)Auto generated setter methodvoidsetReferenceParameters(ReferenceParametersType param)Auto generated setter methodvoidsetReferenceProperties(ReferencePropertiesType param)Auto generated setter methodvoidsetServiceName(ServiceNameType param)Auto generated setter methodprotected voidvalidateExtraAttributes(org.apache.axiom.om.OMAttribute[] param)validate the array for ExtraAttributesprotected voidvalidateExtraElement(org.apache.axiom.om.OMElement[] param)validate the array for ExtraElement
-
-
-
Field Detail
-
localAddress
protected AttributedURI localAddress
field for Address
-
localReferenceProperties
protected ReferencePropertiesType localReferenceProperties
field for ReferenceProperties
-
localReferencePropertiesTracker
protected boolean localReferencePropertiesTracker
-
localReferenceParameters
protected ReferenceParametersType localReferenceParameters
field for ReferenceParameters
-
localReferenceParametersTracker
protected boolean localReferenceParametersTracker
-
localPortType
protected AttributedQName localPortType
field for PortType
-
localPortTypeTracker
protected boolean localPortTypeTracker
-
localServiceName
protected ServiceNameType localServiceName
field for ServiceName
-
localServiceNameTracker
protected boolean localServiceNameTracker
-
localExtraElement
protected org.apache.axiom.om.OMElement[] localExtraElement
field for ExtraElement This was an Array!
-
localExtraElementTracker
protected boolean localExtraElementTracker
-
localExtraAttributes
protected org.apache.axiom.om.OMAttribute[] localExtraAttributes
field for ExtraAttributes This was an Attribute! This was an Array!
-
-
Method Detail
-
getAddress
public AttributedURI getAddress()
Auto generated getter method- Returns:
- org.wso2.carbon.event.client.stub.generated.addressing.AttributedURI
-
setAddress
public void setAddress(AttributedURI param)
Auto generated setter method- Parameters:
param- Address
-
isReferencePropertiesSpecified
public boolean isReferencePropertiesSpecified()
-
getReferenceProperties
public ReferencePropertiesType getReferenceProperties()
Auto generated getter method- Returns:
- org.wso2.carbon.event.client.stub.generated.addressing.ReferencePropertiesType
-
setReferenceProperties
public void setReferenceProperties(ReferencePropertiesType param)
Auto generated setter method- Parameters:
param- ReferenceProperties
-
isReferenceParametersSpecified
public boolean isReferenceParametersSpecified()
-
getReferenceParameters
public ReferenceParametersType getReferenceParameters()
Auto generated getter method- Returns:
- org.wso2.carbon.event.client.stub.generated.addressing.ReferenceParametersType
-
setReferenceParameters
public void setReferenceParameters(ReferenceParametersType param)
Auto generated setter method- Parameters:
param- ReferenceParameters
-
isPortTypeSpecified
public boolean isPortTypeSpecified()
-
getPortType
public AttributedQName getPortType()
Auto generated getter method- Returns:
- org.wso2.carbon.event.client.stub.generated.addressing.AttributedQName
-
setPortType
public void setPortType(AttributedQName param)
Auto generated setter method- Parameters:
param- PortType
-
isServiceNameSpecified
public boolean isServiceNameSpecified()
-
getServiceName
public ServiceNameType getServiceName()
Auto generated getter method- Returns:
- org.wso2.carbon.event.client.stub.generated.addressing.ServiceNameType
-
setServiceName
public void setServiceName(ServiceNameType param)
Auto generated setter method- Parameters:
param- ServiceName
-
isExtraElementSpecified
public boolean isExtraElementSpecified()
-
getExtraElement
public org.apache.axiom.om.OMElement[] getExtraElement()
Auto generated getter method- Returns:
- org.apache.axiom.om.OMElement[]
-
validateExtraElement
protected void validateExtraElement(org.apache.axiom.om.OMElement[] param)
validate the array for ExtraElement
-
setExtraElement
public void setExtraElement(org.apache.axiom.om.OMElement[] param)
Auto generated setter method- Parameters:
param- ExtraElement
-
addExtraElement
public void addExtraElement(org.apache.axiom.om.OMElement param)
Auto generated add method for the array for convenience- Parameters:
param- org.apache.axiom.om.OMElement
-
getExtraAttributes
public org.apache.axiom.om.OMAttribute[] getExtraAttributes()
Auto generated getter method- Returns:
- org.apache.axiom.om.OMAttribute[]
-
validateExtraAttributes
protected void validateExtraAttributes(org.apache.axiom.om.OMAttribute[] param)
validate the array for ExtraAttributes
-
setExtraAttributes
public void setExtraAttributes(org.apache.axiom.om.OMAttribute[] param)
Auto generated setter method- Parameters:
param- ExtraAttributes
-
addExtraAttributes
public void addExtraAttributes(org.apache.axiom.om.OMAttribute param)
Auto generated add method for the array for convenience- Parameters:
param- org.apache.axiom.om.OMAttribute
-
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
-
-