Class TCompasCriteria
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TCompasCriteria
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the criteriaAssociationID property.Gets the value of the objectID property.boolean
boolean
void
setCriteriaAssociationID
(String value) Sets the value of the criteriaAssociationID property.void
setObjectID
(String value) Sets the value of the objectID property.
-
Field Details
-
objectID
-
criteriaAssociationID
-
-
Constructor Details
-
TCompasCriteria
public TCompasCriteria()
-
-
Method Details
-
getObjectID
Gets the value of the objectID property.- Returns:
- possible object is
String
-
setObjectID
Sets the value of the objectID property.- Parameters:
value
- allowed object isString
-
isSetObjectID
public boolean isSetObjectID() -
getCriteriaAssociationID
Gets the value of the criteriaAssociationID property.- Returns:
- possible object is
String
-
setCriteriaAssociationID
Sets the value of the criteriaAssociationID property.- Parameters:
value
- allowed object isString
-
isSetCriteriaAssociationID
public boolean isSetCriteriaAssociationID()
-