Class CloseSettings
- java.lang.Object
-
- com.hybris.cockpitng.core.persistence.impl.jaxb.CloseSettings
-
public class CloseSettings extends java.lang.ObjectJava class for CloseSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CloseSettings"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice minOccurs="0"> <element name="incoming-events" type="{}SocketEvents" minOccurs="0"/> <element name="all-incoming-events" type="{}AllSocketEvents" minOccurs="0"/> </choice> <choice minOccurs="0"> <element name="outgoing-events" type="{}SocketEvents" minOccurs="0"/> <element name="all-outgoing-events" type="{}AllSocketEvents" minOccurs="0"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AllSocketEventsallIncomingEventsprotected AllSocketEventsallOutgoingEventsprotected SocketEventsincomingEventsprotected SocketEventsoutgoingEvents
-
Constructor Summary
Constructors Constructor Description CloseSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllSocketEventsgetAllIncomingEvents()Gets the value of the allIncomingEvents property.AllSocketEventsgetAllOutgoingEvents()Gets the value of the allOutgoingEvents property.SocketEventsgetIncomingEvents()Gets the value of the incomingEvents property.SocketEventsgetOutgoingEvents()Gets the value of the outgoingEvents property.voidsetAllIncomingEvents(AllSocketEvents value)Sets the value of the allIncomingEvents property.voidsetAllOutgoingEvents(AllSocketEvents value)Sets the value of the allOutgoingEvents property.voidsetIncomingEvents(SocketEvents value)Sets the value of the incomingEvents property.voidsetOutgoingEvents(SocketEvents value)Sets the value of the outgoingEvents property.
-
-
-
Field Detail
-
incomingEvents
protected SocketEvents incomingEvents
-
allIncomingEvents
protected AllSocketEvents allIncomingEvents
-
outgoingEvents
protected SocketEvents outgoingEvents
-
allOutgoingEvents
protected AllSocketEvents allOutgoingEvents
-
-
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
-
getOutgoingEvents
public SocketEvents getOutgoingEvents()
Gets the value of the outgoingEvents property.- Returns:
- possible object is
SocketEvents
-
setOutgoingEvents
public void setOutgoingEvents(SocketEvents value)
Sets the value of the outgoingEvents property.- Parameters:
value- allowed object isSocketEvents
-
getAllOutgoingEvents
public AllSocketEvents getAllOutgoingEvents()
Gets the value of the allOutgoingEvents property.- Returns:
- possible object is
AllSocketEvents
-
setAllOutgoingEvents
public void setAllOutgoingEvents(AllSocketEvents value)
Sets the value of the allOutgoingEvents property.- Parameters:
value- allowed object isAllSocketEvents
-
-