Class XjcSecdnsChgType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.secdns.XjcSecdnsChgType

public class XjcSecdnsChgType extends XjcObject

Java class for chgType complex type

.

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

 <complexType name="chgType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="maxSigLife" type="{urn:ietf:params:xml:ns:secDNS-1.1}maxSigLifeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • maxSigLife

      protected Integer maxSigLife
  • Constructor Details

    • XjcSecdnsChgType

      public XjcSecdnsChgType()
  • Method Details

    • getMaxSigLife

      public Integer getMaxSigLife()
      Gets the value of the maxSigLife property.
      Returns:
      possible object is Integer
    • setMaxSigLife

      public void setMaxSigLife(Integer value)
      Sets the value of the maxSigLife property.
      Parameters:
      value - allowed object is Integer