public class IdentT
extends java.lang.Object
Java class for identT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="identT">
<simpleContent>
<extension base="<http://www.nic.cz/xml/epp/contact-1.6>identValueT">
<attribute name="type" use="required" type="{http://www.nic.cz/xml/epp/contact-1.6}identTypeT" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IdentTypeT |
type |
protected java.lang.String |
value |
| Constructor and Description |
|---|
IdentT() |
| Modifier and Type | Method and Description |
|---|---|
IdentTypeT |
getType()
Gets the value of the type property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setType(IdentTypeT value)
Sets the value of the type property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected IdentTypeT type
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic IdentTypeT getType()
IdentTypeTpublic void setType(IdentTypeT value)
value - allowed object is
IdentTypeTCopyright © 2023. All rights reserved.