Class TCompasCriteria

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

public class TCompasCriteria extends Object
Identifies the Criteria linked to a Flow or LDevice or Function from the user specific catalog of criteria

Java class for tCompasCriteria complex type.

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

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

    • objectID

      protected String objectID
    • criteriaAssociationID

      protected String criteriaAssociationID
  • Constructor Details

    • TCompasCriteria

      public TCompasCriteria()
  • Method Details

    • getObjectID

      public String getObjectID()
      Gets the value of the objectID property.
      Returns:
      possible object is String
    • setObjectID

      public void setObjectID(String value)
      Sets the value of the objectID property.
      Parameters:
      value - allowed object is String
    • isSetObjectID

      public boolean isSetObjectID()
    • getCriteriaAssociationID

      public String getCriteriaAssociationID()
      Gets the value of the criteriaAssociationID property.
      Returns:
      possible object is String
    • setCriteriaAssociationID

      public void setCriteriaAssociationID(String value)
      Sets the value of the criteriaAssociationID property.
      Parameters:
      value - allowed object is String
    • isSetCriteriaAssociationID

      public boolean isSetCriteriaAssociationID()