Class TCompasFunction

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

public class TCompasFunction extends Object
Identifies the Function from the user specific catalog of function

Java class for tCompasFunction complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tCompasFunction">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="UUID" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Label" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • uuid

      protected String uuid
    • label

      protected String label
  • Constructor Details

    • TCompasFunction

      public TCompasFunction()
  • 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()
    • getLabel

      public String getLabel()
      Gets the value of the label property.
      Returns:
      possible object is String
    • setLabel

      public void setLabel(String value)
      Sets the value of the label property.
      Parameters:
      value - allowed object is String
    • isSetLabel

      public boolean isSetLabel()