Interface EndpointReferenceType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface EndpointReferenceType
    extends XmlObject
    An XML EndpointReferenceType(@http://schemas.xmlsoap.org/ws/2004/08/addressing). This is a complex type.
    • Method Detail

      • getAddress

        AttributedURI getAddress()
        Gets the "Address" element
      • setAddress

        void setAddress​(AttributedURI address)
        Sets the "Address" element
      • addNewAddress

        AttributedURI addNewAddress()
        Appends and returns a new empty "Address" element
      • isSetReferenceProperties

        boolean isSetReferenceProperties()
        True if has "ReferenceProperties" element
      • setReferenceProperties

        void setReferenceProperties​(ReferencePropertiesType referenceProperties)
        Sets the "ReferenceProperties" element
      • addNewReferenceProperties

        ReferencePropertiesType addNewReferenceProperties()
        Appends and returns a new empty "ReferenceProperties" element
      • unsetReferenceProperties

        void unsetReferenceProperties()
        Unsets the "ReferenceProperties" element
      • isSetReferenceParameters

        boolean isSetReferenceParameters()
        True if has "ReferenceParameters" element
      • setReferenceParameters

        void setReferenceParameters​(ReferenceParametersType referenceParameters)
        Sets the "ReferenceParameters" element
      • addNewReferenceParameters

        ReferenceParametersType addNewReferenceParameters()
        Appends and returns a new empty "ReferenceParameters" element
      • unsetReferenceParameters

        void unsetReferenceParameters()
        Unsets the "ReferenceParameters" element
      • isSetPortType

        boolean isSetPortType()
        True if has "PortType" element
      • setPortType

        void setPortType​(AttributedQName portType)
        Sets the "PortType" element
      • addNewPortType

        AttributedQName addNewPortType()
        Appends and returns a new empty "PortType" element
      • unsetPortType

        void unsetPortType()
        Unsets the "PortType" element
      • getServiceName

        ServiceNameType getServiceName()
        Gets the "ServiceName" element
      • isSetServiceName

        boolean isSetServiceName()
        True if has "ServiceName" element
      • setServiceName

        void setServiceName​(ServiceNameType serviceName)
        Sets the "ServiceName" element
      • addNewServiceName

        ServiceNameType addNewServiceName()
        Appends and returns a new empty "ServiceName" element
      • unsetServiceName

        void unsetServiceName()
        Unsets the "ServiceName" element