Class Relationship
- java.lang.Object
-
- org.wso2.carbon.event.client.stub.generated.addressing.Relationship
-
- All Implemented Interfaces:
Serializable,org.apache.axis2.databinding.ADBBean
public class Relationship extends Object implements org.apache.axis2.databinding.ADBBean
Relationship bean class- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRelationship.FactoryFactory class that keeps the parse method
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.databinding.types.URIlocalAnyURIfield for AnyURIprotected org.apache.axiom.om.OMAttribute[]localExtraAttributesfield for ExtraAttributes This was an Attribute! This was an Array!protected QNamelocalRelationshipTypefield for RelationshipType This was an Attribute!
-
Constructor Summary
Constructors Constructor Description Relationship()
-
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 convenienceorg.apache.axis2.databinding.types.URIgetAnyURI()Auto generated getter methodorg.apache.axiom.om.OMAttribute[]getExtraAttributes()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 objectQNamegetRelationshipType()Auto generated getter methodvoidserialize(QName parentQName, XMLStreamWriter xmlWriter)voidserialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)voidsetAnyURI(org.apache.axis2.databinding.types.URI param)Auto generated setter methodvoidsetExtraAttributes(org.apache.axiom.om.OMAttribute[] param)Auto generated setter methodvoidsetRelationshipType(QName param)Auto generated setter methodStringtoString()protected voidvalidateExtraAttributes(org.apache.axiom.om.OMAttribute[] param)validate the array for ExtraAttributes
-
-
-
Field Detail
-
localAnyURI
protected org.apache.axis2.databinding.types.URI localAnyURI
field for AnyURI
-
localRelationshipType
protected QName localRelationshipType
field for RelationshipType This was an Attribute!
-
localExtraAttributes
protected org.apache.axiom.om.OMAttribute[] localExtraAttributes
field for ExtraAttributes This was an Attribute! This was an Array!
-
-
Method Detail
-
getAnyURI
public org.apache.axis2.databinding.types.URI getAnyURI()
Auto generated getter method- Returns:
- org.apache.axis2.databinding.types.URI
-
setAnyURI
public void setAnyURI(org.apache.axis2.databinding.types.URI param)
Auto generated setter method- Parameters:
param- AnyURI
-
getRelationshipType
public QName getRelationshipType()
Auto generated getter method- Returns:
- javax.xml.namespace.QName
-
setRelationshipType
public void setRelationshipType(QName param)
Auto generated setter method- Parameters:
param- RelationshipType
-
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
-
-