Package com.lampa.smi.dtoV1
Class MaxCustomerBoostClocksType
- java.lang.Object
-
- com.lampa.smi.dtoV1.MaxCustomerBoostClocksType
-
public class MaxCustomerBoostClocksType extends java.lang.ObjectJava class for max_customer_boost_clocksType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="max_customer_boost_clocksType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="graphics_clock" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description MaxCustomerBoostClocksType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetGraphicsClock()Gets the value of the graphicsClock property.voidsetGraphicsClock(java.lang.String value)Sets the value of the graphicsClock property.
-
-
-
Method Detail
-
getGraphicsClock
public java.lang.String getGraphicsClock()
Gets the value of the graphicsClock property.- Returns:
- possible object is
String
-
setGraphicsClock
public void setGraphicsClock(java.lang.String value)
Sets the value of the graphicsClock property.- Parameters:
value- allowed object isString
-
-