Interface SubjectLocalityType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface SubjectLocalityType
    extends XmlObject
    An XML SubjectLocalityType(@urn:oasis:names:tc:SAML:2.0:assertion). This is a complex type.
    • Method Detail

      • getAddress

        String getAddress()
        Gets the "Address" attribute
      • xgetAddress

        XmlString xgetAddress()
        Gets (as xml) the "Address" attribute
      • isSetAddress

        boolean isSetAddress()
        True if has "Address" attribute
      • setAddress

        void setAddress​(String address)
        Sets the "Address" attribute
      • xsetAddress

        void xsetAddress​(XmlString address)
        Sets (as xml) the "Address" attribute
      • unsetAddress

        void unsetAddress()
        Unsets the "Address" attribute
      • getDNSName

        String getDNSName()
        Gets the "DNSName" attribute
      • xgetDNSName

        XmlString xgetDNSName()
        Gets (as xml) the "DNSName" attribute
      • isSetDNSName

        boolean isSetDNSName()
        True if has "DNSName" attribute
      • setDNSName

        void setDNSName​(String dnsName)
        Sets the "DNSName" attribute
      • xsetDNSName

        void xsetDNSName​(XmlString dnsName)
        Sets (as xml) the "DNSName" attribute
      • unsetDNSName

        void unsetDNSName()
        Unsets the "DNSName" attribute