|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.saml.internal.saml20.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="Address" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DNSName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
address
|
protected java.lang.String |
dnsName
|
| Constructor Summary | |
|---|---|
SubjectLocalityType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
Gets the value of the address property. |
java.lang.String |
getDNSName()
Gets the value of the dnsName property. |
void |
setAddress(java.lang.String value)
Sets the value of the address property. |
void |
setDNSName(java.lang.String value)
Sets the value of the dnsName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String address
protected java.lang.String dnsName
| Constructor Detail |
|---|
public SubjectLocalityType()
| Method Detail |
|---|
public java.lang.String getAddress()
Stringpublic void setAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDNSName()
Stringpublic void setDNSName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||