Class ClockPolicyType


  • public class ClockPolicyType
    extends java.lang.Object

    Java class for clock_policyType complex type.

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

     <complexType name="clock_policyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="auto_boost" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="auto_boost_default" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      ClockPolicyType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAutoBoost()
      Gets the value of the autoBoost property.
      java.lang.String getAutoBoostDefault()
      Gets the value of the autoBoostDefault property.
      void setAutoBoost​(java.lang.String value)
      Sets the value of the autoBoost property.
      void setAutoBoostDefault​(java.lang.String value)
      Sets the value of the autoBoostDefault property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClockPolicyType

        public ClockPolicyType()
    • Method Detail

      • getAutoBoost

        public java.lang.String getAutoBoost()
        Gets the value of the autoBoost property.
        Returns:
        possible object is String
      • setAutoBoost

        public void setAutoBoost​(java.lang.String value)
        Sets the value of the autoBoost property.
        Parameters:
        value - allowed object is String
      • getAutoBoostDefault

        public java.lang.String getAutoBoostDefault()
        Gets the value of the autoBoostDefault property.
        Returns:
        possible object is String
      • setAutoBoostDefault

        public void setAutoBoostDefault​(java.lang.String value)
        Sets the value of the autoBoostDefault property.
        Parameters:
        value - allowed object is String