Class SubjectLocalityType
java.lang.Object
eu.europa.esig.saml.jaxb.assertion.SubjectLocalityType
- All Implemented Interfaces:
Serializable
public class SubjectLocalityType extends Object implements 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:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SubjectLocalityType() -
Method Summary
Modifier and Type Method Description StringgetAddress()Gets the value of the address property.StringgetDNSName()Gets the value of the dnsName property.voidsetAddress(String value)Sets the value of the address property.voidsetDNSName(String value)Sets the value of the dnsName property.
-
Field Details
-
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
-