Interface ServiceNameType

  • All Superinterfaces:
    XmlAnySimpleType, XmlObject, XmlQName, XmlTokenSource

    public interface ServiceNameType
    extends XmlQName
    An XML ServiceNameType(@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.ServiceNameType.
    • Method Detail

      • getPortName

        String getPortName()
        Gets the "PortName" attribute
      • xgetPortName

        XmlNCName xgetPortName()
        Gets (as xml) the "PortName" attribute
      • isSetPortName

        boolean isSetPortName()
        True if has "PortName" attribute
      • setPortName

        void setPortName​(String portName)
        Sets the "PortName" attribute
      • xsetPortName

        void xsetPortName​(XmlNCName portName)
        Sets (as xml) the "PortName" attribute
      • unsetPortName

        void unsetPortName()
        Unsets the "PortName" attribute