Package google.params.xml.ns.superuser_1
Class PeriodType
- java.lang.Object
-
- google.registry.xjc.XjcObject
-
- google.params.xml.ns.superuser_1.PeriodType
-
public class PeriodType extends XjcObject
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>
-
-
Constructor Summary
Constructors Constructor Description PeriodType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
value
protected int value
-
unit
protected PUnitType unit
-
-