Class SubjectLocalityType
java.lang.Object
eu.europa.esig.saml.jaxb.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="Address" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="DNSName" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
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
-
setAddress
-
getDNSName
-
setDNSName
-