Class RelatesTo

    • Constructor Detail

      • RelatesTo

        public RelatesTo()
        Constructor RelatesTo
      • RelatesTo

        public RelatesTo​(String value)
        Constructor RelatesTo
        Parameters:
        value -
      • RelatesTo

        public RelatesTo​(String value,
                         String relationshipType)
        Constructor RelatesTo
        Parameters:
        value -
        relationshipType -
    • Method Detail

      • getRelationshipType

        public String getRelationshipType()
        Method getRelationshipType. If the relationship type has not been set it returns the default value AddressingConstants.Final.WSA_DEFAULT_RELATIONSHIP_TYPE
      • getValue

        public String getValue()
        Method getValue
      • setRelationshipType

        public void setRelationshipType​(String relationshipType)
        Method setRelationshipType
        Parameters:
        relationshipType -
      • setValue

        public void setValue​(String value)
        Method setValue
        Parameters:
        value -
      • getExtensibilityAttributes

        public ArrayList getExtensibilityAttributes()
      • setExtensibilityAttributes

        public void setExtensibilityAttributes​(ArrayList extensibilityAttributes)
      • writeExternal

        public void writeExternal​(ObjectOutput o)
                           throws IOException
        Save the contents of this object.

        NOTE: Transient fields and static fields are not saved.

        Specified by:
        writeExternal in interface Externalizable
        Parameters:
        out - The stream to write the object contents to
        Throws:
        IOException