public class RelatesTo extends java.lang.Object implements java.io.Externalizable, SafeSerializable
| Constructor and Description |
|---|
RelatesTo()
Constructor RelatesTo
|
RelatesTo(java.lang.String value)
Constructor RelatesTo
|
RelatesTo(java.lang.String value,
java.lang.String relationshipType)
Constructor RelatesTo
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList |
getExtensibilityAttributes() |
java.lang.String |
getRelationshipType()
Method getRelationshipType.
|
java.lang.String |
getValue()
Method getValue
|
void |
readExternal(java.io.ObjectInput inObject)
Restore the contents of the object that was
previously saved.
|
void |
setExtensibilityAttributes(java.util.ArrayList extensibilityAttributes) |
void |
setRelationshipType(java.lang.String relationshipType)
Method setRelationshipType
|
void |
setValue(java.lang.String value)
Method setValue
|
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput o)
Save the contents of this object.
|
public RelatesTo()
public RelatesTo(java.lang.String value)
value - public RelatesTo(java.lang.String value,
java.lang.String relationshipType)
value - relationshipType - public java.lang.String getRelationshipType()
AddressingConstants.Final.WSA_DEFAULT_RELATIONSHIP_TYPEpublic java.lang.String getValue()
public void setRelationshipType(java.lang.String relationshipType)
relationshipType - public void setValue(java.lang.String value)
value - public java.util.ArrayList getExtensibilityAttributes()
public void setExtensibilityAttributes(java.util.ArrayList extensibilityAttributes)
public java.lang.String toString()
toString in class java.lang.Objectpublic void writeExternal(java.io.ObjectOutput o)
throws java.io.IOException
writeExternal in interface java.io.Externalizableout - The stream to write the object contents tojava.io.IOExceptionpublic void readExternal(java.io.ObjectInput inObject)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablein - The stream to read the object contents fromjava.io.IOExceptionjava.lang.ClassNotFoundExceptionCopyright © 2004-2024 The Apache Software Foundation. All Rights Reserved.