Package google.registry.xjc.domain
Class XjcDomainPeriodType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainPeriodType
Java class for periodType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="periodType">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:domain-1.0>pLimitType">
<attribute name="unit" use="required" type="{urn:ietf:params:xml:ns:domain-1.0}pUnitType" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetUnit()
Gets the value of the unit property.int
getValue()
Gets the value of the value property.void
setUnit
(XjcDomainPUnitType value) Sets the value of the unit property.void
setValue
(int value) Sets the value of the value property.
-
Field Details
-
value
protected int value -
unit
-
-
Constructor Details
-
XjcDomainPeriodType
public XjcDomainPeriodType()
-
-
Method Details
-
getValue
public int getValue()Gets the value of the value property. -
setValue
public void setValue(int value) Sets the value of the value property. -
getUnit
Gets the value of the unit property.- Returns:
- possible object is
XjcDomainPUnitType
-
setUnit
Sets the value of the unit property.- Parameters:
value
- allowed object isXjcDomainPUnitType
-