Class XjcDomainPeriodType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainPeriodType

public class XjcDomainPeriodType 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: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 Details

  • 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

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

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