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_TYPE
public 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 Externalizable
out
- The stream to write the object contents toIOException
public void readExternal(ObjectInput inObject) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
in
- The stream to read the object contents fromIOException
ClassNotFoundException
Copyright © The Apache Software Foundation. All Rights Reserved.