Package google.params.xml.ns.superuser_1
Class PeriodType
java.lang.Object
google.registry.xjc.XjcObject
google.params.xml.ns.superuser_1.PeriodType
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:google:params:xml:ns:superuser-1.0>pLimitType">
<attribute name="unit" use="required" type="{urn:google:params:xml:ns:superuser-1.0}pUnitType" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
protected int value -
unit
-
-
Constructor Details
-
PeriodType
public PeriodType()
-
-
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
PUnitType
-
setUnit
Sets the value of the unit property.- Parameters:
value
- allowed object isPUnitType
-