Class SubjectLocalityType
java.lang.Object
eu.europa.esig.saml.jaxb.assertion.SubjectLocalityType
- All Implemented Interfaces:
Serializable
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="Address" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="DNSName" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.Gets the value of the dnsName property.void
setAddress
(String value) Sets the value of the address property.void
setDNSName
(String value) Sets the value of the dnsName property.
-
Field Details
-
address
-
dnsName
-
-
Constructor Details
-
SubjectLocalityType
public SubjectLocalityType()
-
-
Method Details
-
getAddress
Gets the value of the address property.- Returns:
- possible object is
String
-
setAddress
Sets the value of the address property.- Parameters:
value
- allowed object isString
-
getDNSName
Gets the value of the dnsName property.- Returns:
- possible object is
String
-
setDNSName
Sets the value of the dnsName property.- Parameters:
value
- allowed object isString
-