Class TCompasFunction
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TCompasFunction
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
-
label
-
-
Constructor Details
-
TCompasFunction
public TCompasFunction()
-
-
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() -
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value
- allowed object isString
-
isSetLabel
public boolean isSetLabel()
-