|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.saml._1_0.assertion.SubjectLocality
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:40:51+02:00",
comments="JAXB RI v2.3.6")
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="IPAddress" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DNSAddress" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SubjectLocality()
|
|
| Method Summary | |
|---|---|
String |
getDNSAddress()
Gets the value of the dnsAddress property. |
String |
getIPAddress()
Gets the value of the ipAddress property. |
void |
setDNSAddress(String value)
Sets the value of the dnsAddress property. |
void |
setIPAddress(String value)
Sets the value of the ipAddress 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 getIPAddress()
Stringpublic void setIPAddress(String value)
value - allowed object is
Stringpublic String getDNSAddress()
Stringpublic void setDNSAddress(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||