Class CreateSettings
- java.lang.Object
-
- com.hybris.cockpitng.core.persistence.impl.jaxb.CreateSettings
-
public class CreateSettings extends java.lang.ObjectJava class for CreateSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateSettings"> <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" /> <attribute name="reuseExisting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AllSocketEventsallIncomingEventsprotected SocketEventsincomingEventsprotected java.lang.BooleanonInitprotected java.lang.BooleanreuseExisting
-
Constructor Summary
Constructors Constructor Description CreateSettings()
-
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.booleanisReuseExisting()Gets the value of the reuseExisting 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.voidsetReuseExisting(java.lang.Boolean value)Sets the value of the reuseExisting property.
-
-
-
Field Detail
-
incomingEvents
protected SocketEvents incomingEvents
-
allIncomingEvents
protected AllSocketEvents allIncomingEvents
-
onInit
protected java.lang.Boolean onInit
-
reuseExisting
protected java.lang.Boolean reuseExisting
-
-
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
-
isReuseExisting
public boolean isReuseExisting()
Gets the value of the reuseExisting property.- Returns:
- possible object is
Boolean
-
setReuseExisting
public void setReuseExisting(java.lang.Boolean value)
Sets the value of the reuseExisting property.- Parameters:
value- allowed object isBoolean
-
-