public class MeshMemberType
extends java.lang.Object
Java class for MeshMemberType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeshMemberType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DNSName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IPAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="IdentifierString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dnsName |
protected java.lang.String |
identifierString |
protected java.lang.String |
ipAddress |
protected java.lang.String |
uri |
| Constructor and Description |
|---|
MeshMemberType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDNSName()
Gets the value of the dnsName property.
|
java.lang.String |
getIdentifierString()
Gets the value of the identifierString property.
|
java.lang.String |
getIPAddress()
Gets the value of the ipAddress property.
|
java.lang.String |
getURI()
Gets the value of the uri property.
|
void |
setDNSName(java.lang.String value)
Sets the value of the dnsName property.
|
void |
setIdentifierString(java.lang.String value)
Sets the value of the identifierString property.
|
void |
setIPAddress(java.lang.String value)
Sets the value of the ipAddress property.
|
void |
setURI(java.lang.String value)
Sets the value of the uri property.
|
protected java.lang.String dnsName
protected java.lang.String ipAddress
protected java.lang.String uri
protected java.lang.String identifierString
public java.lang.String getDNSName()
Stringpublic void setDNSName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIPAddress()
Stringpublic void setIPAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getURI()
Stringpublic void setURI(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIdentifierString()
Stringpublic void setIdentifierString(java.lang.String value)
value - allowed object is
StringCopyright © 2025. All rights reserved.