Class SubjectLocalityType
- java.lang.Object
-
- org.certificateservices.messages.saml2.assertion.jaxb.SubjectLocalityType
-
public class SubjectLocalityType extends java.lang.ObjectJava 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>
-
-
Constructor Summary
Constructors Constructor Description SubjectLocalityType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAddress()Gets the value of the address property.java.lang.StringgetDNSName()Gets the value of the dnsName property.voidsetAddress(java.lang.String value)Sets the value of the address property.voidsetDNSName(java.lang.String value)Sets the value of the dnsName property.
-
-
-
Method Detail
-
getAddress
public java.lang.String getAddress()
Gets the value of the address property.- Returns:
- possible object is
String
-
setAddress
public void setAddress(java.lang.String value)
Sets the value of the address property.- Parameters:
value- allowed object isString
-
getDNSName
public java.lang.String getDNSName()
Gets the value of the dnsName property.- Returns:
- possible object is
String
-
setDNSName
public void setDNSName(java.lang.String value)
Sets the value of the dnsName property.- Parameters:
value- allowed object isString
-
-