Class Socket
- java.lang.Object
-
- com.hybris.cockpitng.core.impl.jaxb.Socket
-
public class Socket extends java.lang.ObjectJava class for Socket complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Socket"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="multiplicity" type="{}SocketMultiplicity" /> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="visibility" type="{}SocketVisibility" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected SocketMultiplicitymultiplicityprotected java.lang.Stringtypeprotected SocketVisibilityvisibility
-
Constructor Summary
Constructors Constructor Description Socket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.SocketMultiplicitygetMultiplicity()Gets the value of the multiplicity property.java.lang.StringgetType()Gets the value of the type property.SocketVisibilitygetVisibility()Gets the value of the visibility property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetMultiplicity(SocketMultiplicity value)Sets the value of the multiplicity property.voidsetType(java.lang.String value)Sets the value of the type property.voidsetVisibility(SocketVisibility value)Sets the value of the visibility property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
multiplicity
protected SocketMultiplicity multiplicity
-
type
protected java.lang.String type
-
visibility
protected SocketVisibility visibility
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getMultiplicity
public SocketMultiplicity getMultiplicity()
Gets the value of the multiplicity property.- Returns:
- possible object is
SocketMultiplicity
-
setMultiplicity
public void setMultiplicity(SocketMultiplicity value)
Sets the value of the multiplicity property.- Parameters:
value- allowed object isSocketMultiplicity
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getVisibility
public SocketVisibility getVisibility()
Gets the value of the visibility property.- Returns:
- possible object is
SocketVisibility
-
setVisibility
public void setVisibility(SocketVisibility value)
Sets the value of the visibility property.- Parameters:
value- allowed object isSocketVisibility
-
-