Class SubjectLocalityType


  • public class SubjectLocalityType
    extends java.lang.Object

    Java class for SubjectLocalityType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SubjectLocalityType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="IPAddress" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="DNSAddress" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String dnsAddress  
      protected java.lang.String ipAddress  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDNSAddress()
      Gets the value of the dnsAddress property.
      java.lang.String getIPAddress()
      Gets the value of the ipAddress property.
      void setDNSAddress​(java.lang.String value)
      Sets the value of the dnsAddress property.
      void setIPAddress​(java.lang.String value)
      Sets the value of the ipAddress property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ipAddress

        protected java.lang.String ipAddress
      • dnsAddress

        protected java.lang.String dnsAddress
    • Constructor Detail

      • SubjectLocalityType

        public SubjectLocalityType()
    • Method Detail

      • getIPAddress

        public java.lang.String getIPAddress()
        Gets the value of the ipAddress property.
        Returns:
        possible object is String
      • setIPAddress

        public void setIPAddress​(java.lang.String value)
        Sets the value of the ipAddress property.
        Parameters:
        value - allowed object is String
      • getDNSAddress

        public java.lang.String getDNSAddress()
        Gets the value of the dnsAddress property.
        Returns:
        possible object is String
      • setDNSAddress

        public void setDNSAddress​(java.lang.String value)
        Sets the value of the dnsAddress property.
        Parameters:
        value - allowed object is String