Class TCompasBay
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TCompasBay
Define the specific Compas attributes linked to the Bay. The Main and Second Labels are label of the bay specific to each user.
MainLabel and Version identify uniquely the instanciated Bay as the UUID
The BayCodif is specific to each user to identify the bay kind.
Java class for tCompasBay complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCompasBay"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="UUID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Indice" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Version" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="MainShortLabel" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="MainLongLabel" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="SecondLabel" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="BayCodif" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="NumBay" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="BayCount" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected BigInteger
protected String
protected String
protected String
protected BigInteger
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bayCodif property.Gets the value of the bayCount property.Gets the value of the indice property.Gets the value of the mainLongLabel property.Gets the value of the mainShortLabel property.Gets the value of the numBay property.Gets the value of the secondLabel property.getUUID()
Gets the value of the uuid property.Gets the value of the version property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setBayCodif
(String value) Sets the value of the bayCodif property.void
setBayCount
(BigInteger value) Sets the value of the bayCount property.void
Sets the value of the indice property.void
setMainLongLabel
(String value) Sets the value of the mainLongLabel property.void
setMainShortLabel
(String value) Sets the value of the mainShortLabel property.void
setNumBay
(BigInteger value) Sets the value of the numBay property.void
setSecondLabel
(String value) Sets the value of the secondLabel property.void
Sets the value of the uuid property.void
setVersion
(String value) Sets the value of the version property.
-
Field Details
-
uuid
-
indice
-
version
-
mainShortLabel
-
mainLongLabel
-
secondLabel
-
bayCodif
-
numBay
-
bayCount
-
-
Constructor Details
-
TCompasBay
public TCompasBay()
-
-
Method Details
-
getUUID
Gets the value of the uuid property.- Returns:
- possible object is
String
-
setUUID
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
-
isSetUUID
public boolean isSetUUID() -
getIndice
Gets the value of the indice property.- Returns:
- possible object is
String
-
setIndice
Sets the value of the indice property.- Parameters:
value
- allowed object isString
-
isSetIndice
public boolean isSetIndice() -
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isString
-
isSetVersion
public boolean isSetVersion() -
getMainShortLabel
Gets the value of the mainShortLabel property.- Returns:
- possible object is
String
-
setMainShortLabel
Sets the value of the mainShortLabel property.- Parameters:
value
- allowed object isString
-
isSetMainShortLabel
public boolean isSetMainShortLabel() -
getMainLongLabel
Gets the value of the mainLongLabel property.- Returns:
- possible object is
String
-
setMainLongLabel
Sets the value of the mainLongLabel property.- Parameters:
value
- allowed object isString
-
isSetMainLongLabel
public boolean isSetMainLongLabel() -
getSecondLabel
Gets the value of the secondLabel property.- Returns:
- possible object is
String
-
setSecondLabel
Sets the value of the secondLabel property.- Parameters:
value
- allowed object isString
-
isSetSecondLabel
public boolean isSetSecondLabel() -
getBayCodif
Gets the value of the bayCodif property.- Returns:
- possible object is
String
-
setBayCodif
Sets the value of the bayCodif property.- Parameters:
value
- allowed object isString
-
isSetBayCodif
public boolean isSetBayCodif() -
getNumBay
Gets the value of the numBay property.- Returns:
- possible object is
BigInteger
-
setNumBay
Sets the value of the numBay property.- Parameters:
value
- allowed object isBigInteger
-
isSetNumBay
public boolean isSetNumBay() -
getBayCount
Gets the value of the bayCount property.- Returns:
- possible object is
BigInteger
-
setBayCount
Sets the value of the bayCount property.- Parameters:
value
- allowed object isBigInteger
-
isSetBayCount
public boolean isSetBayCount()
-