Class SubjectLocalityType
java.lang.Object
oasis.names.tc.saml._1_0.assertion.SubjectLocalityType
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dnsAddress property.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.
-
Field Details
-
ipAddress
-
dnsAddress
-
-
Constructor Details
-
SubjectLocalityType
public SubjectLocalityType()
-
-
Method Details
-
getIPAddress
Gets the value of the ipAddress property.- Returns:
- possible object is
String
-
setIPAddress
Sets the value of the ipAddress property.- Parameters:
value- allowed object isString
-
getDNSAddress
Gets the value of the dnsAddress property.- Returns:
- possible object is
String
-
setDNSAddress
Sets the value of the dnsAddress property.- Parameters:
value- allowed object isString
-