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>
 
  • Field Details

    • value

      protected int value
    • unit

      protected PUnitType 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

      public PUnitType getUnit()
      Gets the value of the unit property.
      Returns:
      possible object is PUnitType
    • setUnit

      public void setUnit(PUnitType value)
      Sets the value of the unit property.
      Parameters:
      value - allowed object is PUnitType