Class XjcEppDcpExpiryType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppDcpExpiryType

public class XjcEppDcpExpiryType extends XjcObject

Java class for dcpExpiryType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="dcpExpiryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="absolute" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="relative" type="{http://www.w3.org/2001/XMLSchema}duration"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • relative

      protected Duration relative
    • absolute

      protected org.joda.time.DateTime absolute
  • Constructor Details

    • XjcEppDcpExpiryType

      public XjcEppDcpExpiryType()
  • Method Details

    • getRelative

      public Duration getRelative()
      Gets the value of the relative property.
      Returns:
      possible object is Duration
    • setRelative

      public void setRelative(Duration value)
      Sets the value of the relative property.
      Parameters:
      value - allowed object is Duration
    • getAbsolute

      public org.joda.time.DateTime getAbsolute()
      Gets the value of the absolute property.
      Returns:
      possible object is String
    • setAbsolute

      public void setAbsolute(org.joda.time.DateTime value)
      Sets the value of the absolute property.
      Parameters:
      value - allowed object is String