public class PeriodType
extends java.lang.Object
Java class for periodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="periodType">
<simpleContent>
<extension base="<http://www.nic.cz/xml/epp/domain-1.4>pLimitType">
<attribute name="unit" use="required" type="{http://www.nic.cz/xml/epp/domain-1.4}pUnitType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PUnitType |
unit |
protected int |
value |
| Constructor and Description |
|---|
PeriodType() |
| Modifier and Type | Method and Description |
|---|---|
PUnitType |
getUnit()
Gets the value of the unit property.
|
int |
getValue()
Gets the value of the value property.
|
void |
setUnit(PUnitType value)
Sets the value of the unit property.
|
void |
setValue(int value)
Sets the value of the value property.
|
protected int value
protected PUnitType unit
Copyright © 2023. All rights reserved.