| |
|
| java.lang.Object org.apache.axis2.addressing.RelatesTo
RelatesTo | public RelatesTo()(Code) | | Constructor RelatesTo
|
RelatesTo | public RelatesTo(String value)(Code) | | Constructor RelatesTo
Parameters: value - |
RelatesTo | public RelatesTo(String value, String relationshipType)(Code) | | Constructor RelatesTo
Parameters: value - Parameters: relationshipType - |
getExtensibilityAttributes | public ArrayList getExtensibilityAttributes()(Code) | | |
setExtensibilityAttributes | public void setExtensibilityAttributes(ArrayList extensibilityAttributes)(Code) | | |
setRelationshipType | public void setRelationshipType(String relationshipType)(Code) | | Method setRelationshipType
Parameters: relationshipType - |
setValue | public void setValue(String value)(Code) | | Method setValue
Parameters: value - |
writeExternal | public void writeExternal(ObjectOutput out) throws IOException(Code) | | Save the contents of this object.
NOTE: Transient fields and static fields are not saved.
Parameters: out - The stream to write the object contents to throws: IOException - |
|
|
|