Class Controller
- java.lang.Object
-
- com.hybris.cockpitng.core.impl.jaxb.Controller
-
public class Controller extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="id" use="optional" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringclazz
-
Constructor Summary
Constructors Constructor Description Controller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClazz()Gets the value of the clazz property.java.lang.StringgetId()voidsetClazz(java.lang.String value)Sets the value of the clazz property.voidsetId(java.lang.String id)
-
-
-
Method Detail
-
getClazz
public java.lang.String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
public void setClazz(java.lang.String value)
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
-