Class SubjectLocalityType
- java.lang.Object
-
- com.sun.xml.wss.saml.internal.saml11.jaxb20.SubjectLocalityType
-
- Direct Known Subclasses:
SubjectLocality
public class SubjectLocalityType extends 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="DNSAddress" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="IPAddress" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdnsAddressprotected StringipAddress
-
Constructor Summary
Constructors Constructor Description SubjectLocalityType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDNSAddress()Gets the value of the dnsAddress property.StringgetIPAddress()Gets the value of the ipAddress property.voidsetDNSAddress(String value)Sets the value of the dnsAddress property.voidsetIPAddress(String value)Sets the value of the ipAddress property.
-
-
-
Method Detail
-
getDNSAddress
public String getDNSAddress()
Gets the value of the dnsAddress property.- Returns:
- possible object is
String
-
setDNSAddress
public void setDNSAddress(String value)
Sets the value of the dnsAddress property.- Parameters:
value- allowed object isString
-
getIPAddress
public String getIPAddress()
Gets the value of the ipAddress property.- Returns:
- possible object is
String
-
-