public class EndpointReferenceType extends Object implements org.apache.axis2.databinding.ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
EndpointReferenceType.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected AttributedURI |
localAddress
field for Address
|
protected org.apache.axiom.om.OMAttribute[] |
localExtraAttributes
field for ExtraAttributes
This was an Attribute!
This was an Array!
|
protected org.apache.axiom.om.OMElement[] |
localExtraElement
field for ExtraElement
This was an Array!
|
protected boolean |
localExtraElementTracker |
protected AttributedQName |
localPortType
field for PortType
|
protected boolean |
localPortTypeTracker |
protected ReferenceParametersType |
localReferenceParameters
field for ReferenceParameters
|
protected boolean |
localReferenceParametersTracker |
protected ReferencePropertiesType |
localReferenceProperties
field for ReferenceProperties
|
protected boolean |
localReferencePropertiesTracker |
protected ServiceNameType |
localServiceName
field for ServiceName
|
protected boolean |
localServiceNameTracker |
Constructor and Description |
---|
EndpointReferenceType() |
Modifier and Type | Method and Description |
---|---|
void |
addExtraAttributes(org.apache.axiom.om.OMAttribute param)
Auto generated add method for the array for convenience
|
void |
addExtraElement(org.apache.axiom.om.OMElement param)
Auto generated add method for the array for convenience
|
AttributedURI |
getAddress()
Auto generated getter method
|
org.apache.axiom.om.OMAttribute[] |
getExtraAttributes()
Auto generated getter method
|
org.apache.axiom.om.OMElement[] |
getExtraElement()
Auto generated getter method
|
org.apache.axiom.om.OMElement |
getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory) |
AttributedQName |
getPortType()
Auto generated getter method
|
XMLStreamReader |
getPullParser(QName qName)
databinding method to get an XML representation of this object
|
ReferenceParametersType |
getReferenceParameters()
Auto generated getter method
|
ReferencePropertiesType |
getReferenceProperties()
Auto generated getter method
|
ServiceNameType |
getServiceName()
Auto generated getter method
|
boolean |
isExtraElementSpecified() |
boolean |
isPortTypeSpecified() |
boolean |
isReferenceParametersSpecified() |
boolean |
isReferencePropertiesSpecified() |
boolean |
isServiceNameSpecified() |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setAddress(AttributedURI param)
Auto generated setter method
|
void |
setExtraAttributes(org.apache.axiom.om.OMAttribute[] param)
Auto generated setter method
|
void |
setExtraElement(org.apache.axiom.om.OMElement[] param)
Auto generated setter method
|
void |
setPortType(AttributedQName param)
Auto generated setter method
|
void |
setReferenceParameters(ReferenceParametersType param)
Auto generated setter method
|
void |
setReferenceProperties(ReferencePropertiesType param)
Auto generated setter method
|
void |
setServiceName(ServiceNameType param)
Auto generated setter method
|
protected void |
validateExtraAttributes(org.apache.axiom.om.OMAttribute[] param)
validate the array for ExtraAttributes
|
protected void |
validateExtraElement(org.apache.axiom.om.OMElement[] param)
validate the array for ExtraElement
|
protected AttributedURI localAddress
protected ReferencePropertiesType localReferenceProperties
protected boolean localReferencePropertiesTracker
protected ReferenceParametersType localReferenceParameters
protected boolean localReferenceParametersTracker
protected AttributedQName localPortType
protected boolean localPortTypeTracker
protected ServiceNameType localServiceName
protected boolean localServiceNameTracker
protected org.apache.axiom.om.OMElement[] localExtraElement
protected boolean localExtraElementTracker
protected org.apache.axiom.om.OMAttribute[] localExtraAttributes
public AttributedURI getAddress()
public void setAddress(AttributedURI param)
param
- Addresspublic boolean isReferencePropertiesSpecified()
public ReferencePropertiesType getReferenceProperties()
public void setReferenceProperties(ReferencePropertiesType param)
param
- ReferencePropertiespublic boolean isReferenceParametersSpecified()
public ReferenceParametersType getReferenceParameters()
public void setReferenceParameters(ReferenceParametersType param)
param
- ReferenceParameterspublic boolean isPortTypeSpecified()
public AttributedQName getPortType()
public void setPortType(AttributedQName param)
param
- PortTypepublic boolean isServiceNameSpecified()
public ServiceNameType getServiceName()
public void setServiceName(ServiceNameType param)
param
- ServiceNamepublic boolean isExtraElementSpecified()
public org.apache.axiom.om.OMElement[] getExtraElement()
protected void validateExtraElement(org.apache.axiom.om.OMElement[] param)
public void setExtraElement(org.apache.axiom.om.OMElement[] param)
param
- ExtraElementpublic void addExtraElement(org.apache.axiom.om.OMElement param)
param
- org.apache.axiom.om.OMElementpublic org.apache.axiom.om.OMAttribute[] getExtraAttributes()
protected void validateExtraAttributes(org.apache.axiom.om.OMAttribute[] param)
public void setExtraAttributes(org.apache.axiom.om.OMAttribute[] param)
param
- ExtraAttributespublic void addExtraAttributes(org.apache.axiom.om.OMAttribute param)
param
- org.apache.axiom.om.OMAttributepublic 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.