|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.saml._2_0.assertion.SubjectLocality
@Generated(value="com.sun.tools.xjc.Driver", date="2018-02-02T03:42:11+01:00", comments="JAXB RI v2.2.11") public class SubjectLocality
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>
Constructor Summary | |
---|---|
SubjectLocality()
|
Method Summary | |
---|---|
String |
getAddress()
Gets the value of the address property. |
String |
getDNSName()
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubjectLocality()
Method Detail |
---|
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public String getDNSName()
String
public void setDNSName(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |