Package com.lampa.smi.dtoV1
Class ClockPolicyType
- java.lang.Object
-
- com.lampa.smi.dtoV1.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.
-
-
-
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 isString
-
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 isString
-
-