Class TCompasBay

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TCompasBay

public class TCompasBay extends Object
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 Details

    • uuid

      protected String uuid
    • indice

      protected String indice
    • version

      protected String version
    • mainShortLabel

      protected String mainShortLabel
    • mainLongLabel

      protected String mainLongLabel
    • secondLabel

      protected String secondLabel
    • bayCodif

      protected String bayCodif
    • numBay

      protected BigInteger numBay
    • bayCount

      protected BigInteger bayCount
  • Constructor Details

    • TCompasBay

      public TCompasBay()
  • Method Details

    • getUUID

      public String getUUID()
      Gets the value of the uuid property.
      Returns:
      possible object is String
    • setUUID

      public void setUUID(String value)
      Sets the value of the uuid property.
      Parameters:
      value - allowed object is String
    • isSetUUID

      public boolean isSetUUID()
    • getIndice

      public String getIndice()
      Gets the value of the indice property.
      Returns:
      possible object is String
    • setIndice

      public void setIndice(String value)
      Sets the value of the indice property.
      Parameters:
      value - allowed object is String
    • isSetIndice

      public boolean isSetIndice()
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • isSetVersion

      public boolean isSetVersion()
    • getMainShortLabel

      public String getMainShortLabel()
      Gets the value of the mainShortLabel property.
      Returns:
      possible object is String
    • setMainShortLabel

      public void setMainShortLabel(String value)
      Sets the value of the mainShortLabel property.
      Parameters:
      value - allowed object is String
    • isSetMainShortLabel

      public boolean isSetMainShortLabel()
    • getMainLongLabel

      public String getMainLongLabel()
      Gets the value of the mainLongLabel property.
      Returns:
      possible object is String
    • setMainLongLabel

      public void setMainLongLabel(String value)
      Sets the value of the mainLongLabel property.
      Parameters:
      value - allowed object is String
    • isSetMainLongLabel

      public boolean isSetMainLongLabel()
    • getSecondLabel

      public String getSecondLabel()
      Gets the value of the secondLabel property.
      Returns:
      possible object is String
    • setSecondLabel

      public void setSecondLabel(String value)
      Sets the value of the secondLabel property.
      Parameters:
      value - allowed object is String
    • isSetSecondLabel

      public boolean isSetSecondLabel()
    • getBayCodif

      public String getBayCodif()
      Gets the value of the bayCodif property.
      Returns:
      possible object is String
    • setBayCodif

      public void setBayCodif(String value)
      Sets the value of the bayCodif property.
      Parameters:
      value - allowed object is String
    • isSetBayCodif

      public boolean isSetBayCodif()
    • getNumBay

      public BigInteger getNumBay()
      Gets the value of the numBay property.
      Returns:
      possible object is BigInteger
    • setNumBay

      public void setNumBay(BigInteger value)
      Sets the value of the numBay property.
      Parameters:
      value - allowed object is BigInteger
    • isSetNumBay

      public boolean isSetNumBay()
    • getBayCount

      public BigInteger getBayCount()
      Gets the value of the bayCount property.
      Returns:
      possible object is BigInteger
    • setBayCount

      public void setBayCount(BigInteger value)
      Sets the value of the bayCount property.
      Parameters:
      value - allowed object is BigInteger
    • isSetBayCount

      public boolean isSetBayCount()