Class SelectSettings
- java.lang.Object
-
- com.hybris.cockpitng.core.persistence.impl.jaxb.SelectSettings
-
public class SelectSettings extends java.lang.ObjectJava class for SelectSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelectSettings"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="incoming-events" type="{}SocketEvents" minOccurs="0"/> <element name="all-incoming-events" type="{}AllSocketEvents" minOccurs="0"/> </choice> <attribute name="onInit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AllSocketEventsallIncomingEventsprotected SocketEventsincomingEventsprotected java.lang.BooleanonInit
-
Constructor Summary
Constructors Constructor Description SelectSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllSocketEventsgetAllIncomingEvents()Gets the value of the allIncomingEvents property.SocketEventsgetIncomingEvents()Gets the value of the incomingEvents property.booleanisOnInit()Gets the value of the onInit property.voidsetAllIncomingEvents(AllSocketEvents value)Sets the value of the allIncomingEvents property.voidsetIncomingEvents(SocketEvents value)Sets the value of the incomingEvents property.voidsetOnInit(java.lang.Boolean value)Sets the value of the onInit property.
-
-
-
Field Detail
-
incomingEvents
protected SocketEvents incomingEvents
-
allIncomingEvents
protected AllSocketEvents allIncomingEvents
-
onInit
protected java.lang.Boolean onInit
-
-
Method Detail
-
getIncomingEvents
public SocketEvents getIncomingEvents()
Gets the value of the incomingEvents property.- Returns:
- possible object is
SocketEvents
-
setIncomingEvents
public void setIncomingEvents(SocketEvents value)
Sets the value of the incomingEvents property.- Parameters:
value- allowed object isSocketEvents
-
getAllIncomingEvents
public AllSocketEvents getAllIncomingEvents()
Gets the value of the allIncomingEvents property.- Returns:
- possible object is
AllSocketEvents
-
setAllIncomingEvents
public void setAllIncomingEvents(AllSocketEvents value)
Sets the value of the allIncomingEvents property.- Parameters:
value- allowed object isAllSocketEvents
-
isOnInit
public boolean isOnInit()
Gets the value of the onInit property.- Returns:
- possible object is
Boolean
-
setOnInit
public void setOnInit(java.lang.Boolean value)
Sets the value of the onInit property.- Parameters:
value- allowed object isBoolean
-
-