@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:56:39+01:00", comments="JAXB RI v2.2.11") public class SubjectLocality 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="IPAddress" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DNSAddress" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SubjectLocality() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getIPAddress()
Stringpublic void setIPAddress(String value)
value - allowed object is
Stringpublic String getDNSAddress()
String
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.