Interface Relationship

All Superinterfaces:
XmlAnySimpleType, XmlAnyURI, XmlObject, XmlTokenSource

public interface Relationship extends XmlAnyURI
An XML Relationship(@http://schemas.xmlsoap.org/ws/2004/08/addressing). This is an atomic type that is a restriction of org.xmlsoap.schemas.ws.x2004.x08.addressing.Relationship.
  • Field Details

  • Method Details

    • getRelationshipType

      QName getRelationshipType()
      Gets the "RelationshipType" attribute
    • xgetRelationshipType

      XmlQName xgetRelationshipType()
      Gets (as xml) the "RelationshipType" attribute
    • isSetRelationshipType

      boolean isSetRelationshipType()
      True if has "RelationshipType" attribute
    • setRelationshipType

      void setRelationshipType(QName relationshipType)
      Sets the "RelationshipType" attribute
    • xsetRelationshipType

      void xsetRelationshipType(XmlQName relationshipType)
      Sets (as xml) the "RelationshipType" attribute
    • unsetRelationshipType

      void unsetRelationshipType()
      Unsets the "RelationshipType" attribute