|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.saml.internal.saml11.jaxb20.SubjectLocalityType
public class 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="DNSAddress" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="IPAddress" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
dnsAddress
|
protected String |
ipAddress
|
| Constructor Summary | |
|---|---|
SubjectLocalityType()
|
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String dnsAddress
protected String ipAddress
| Constructor Detail |
|---|
public SubjectLocalityType()
| Method Detail |
|---|
public String getDNSAddress()
Stringpublic void setDNSAddress(String value)
value - allowed object is
Stringpublic String getIPAddress()
Stringpublic void setIPAddress(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||