public class SubjectLocalityType extends Object implements Serializable
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
dnsName |
| Constructor and Description |
|---|
SubjectLocalityType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is Stringpublic String getDNSName()
StringCopyright © 2021 JBoss by Red Hat. All rights reserved.