public class IpAddress extends Object
Java class for ipAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ipAddress">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>token">
<attribute name="v" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<pattern value="[\da-fA-F]"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
v |
protected String |
value |
| Constructor and Description |
|---|
IpAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
getV()
Gets the value of the v property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setV(String value)
Sets the value of the v property.
|
void |
setValue(String value)
Sets the value of the value property.
|
Copyright © 2018. All rights reserved.