public class RelatesTo extends Object implements Externalizable, SafeSerializable
| Constructor and Description |
|---|
RelatesTo()
Constructor RelatesTo
|
RelatesTo(String value)
Constructor RelatesTo
|
RelatesTo(String value,
String relationshipType)
Constructor RelatesTo
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList |
getExtensibilityAttributes() |
String |
getRelationshipType()
Method getRelationshipType.
|
String |
getValue()
Method getValue
|
void |
readExternal(ObjectInput inObject)
Restore the contents of the object that was
previously saved.
|
void |
setExtensibilityAttributes(ArrayList extensibilityAttributes) |
void |
setRelationshipType(String relationshipType)
Method setRelationshipType
|
void |
setValue(String value)
Method setValue
|
String |
toString() |
void |
writeExternal(ObjectOutput o)
Save the contents of this object.
|
public RelatesTo()
public RelatesTo(String value)
value - public String getRelationshipType()
AddressingConstants.Final.WSA_DEFAULT_RELATIONSHIP_TYPEpublic String getValue()
public void setRelationshipType(String relationshipType)
relationshipType - public void setValue(String value)
value - public ArrayList getExtensibilityAttributes()
public void setExtensibilityAttributes(ArrayList extensibilityAttributes)
public void writeExternal(ObjectOutput o) throws IOException
writeExternal in interface Externalizableout - The stream to write the object contents toIOExceptionpublic void readExternal(ObjectInput inObject) throws IOException, ClassNotFoundException
readExternal in interface Externalizablein - The stream to read the object contents fromIOExceptionClassNotFoundExceptionCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.