Class TCompasFlow
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TCompasFlow
Define the link between specific Compas attributes and one ExtRef within the STD file. The dataStreamKey is the key with the ExtRef.desc.
The ExtRef attributes are directly linked to the attributes of the ExRef.
The FlowID is used to link additional informations to the flow as the criteria.
The FlowStatus define whether if the flow is qualified, non qualified or untested accordingly to the source IED which is bellonging to a define SystemVersion
Java class for tCompasFlow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCompasFlow"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="dataStreamKey" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ExtRefiedName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ExtRefldinst" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ExtRefprefix" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ExtReflnClass" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ExtReflnInst" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="FlowID" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="FlowStatus" type="{https://www.lfenergy.org/compas/extension/v1}tCompasFlowStatus" /> <attribute name="FlowKind" type="{https://www.lfenergy.org/compas/extension/v1}tCompasFlowKind" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected TCompasFlowKind
protected TCompasFlowStatus
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataStreamKey property.Gets the value of the extRefiedName property.Gets the value of the extRefldinst property.Gets the value of the extReflnClass property.Gets the value of the extReflnInst property.Gets the value of the extRefprefix property.Gets the value of the flowID property.Gets the value of the flowKind property.Gets the value of the flowStatus property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setDataStreamKey
(String value) Sets the value of the dataStreamKey property.void
setExtRefiedName
(String value) Sets the value of the extRefiedName property.void
setExtRefldinst
(String value) Sets the value of the extRefldinst property.void
setExtReflnClass
(String value) Sets the value of the extReflnClass property.void
setExtReflnInst
(String value) Sets the value of the extReflnInst property.void
setExtRefprefix
(String value) Sets the value of the extRefprefix property.void
Sets the value of the flowID property.void
setFlowKind
(TCompasFlowKind value) Sets the value of the flowKind property.void
setFlowStatus
(TCompasFlowStatus value) Sets the value of the flowStatus property.
-
Field Details
-
dataStreamKey
-
extRefiedName
-
extRefldinst
-
extRefprefix
-
extReflnClass
-
extReflnInst
-
flowID
-
flowStatus
-
flowKind
-
-
Constructor Details
-
TCompasFlow
public TCompasFlow()
-
-
Method Details
-
getDataStreamKey
Gets the value of the dataStreamKey property.- Returns:
- possible object is
String
-
setDataStreamKey
Sets the value of the dataStreamKey property.- Parameters:
value
- allowed object isString
-
isSetDataStreamKey
public boolean isSetDataStreamKey() -
getExtRefiedName
Gets the value of the extRefiedName property.- Returns:
- possible object is
String
-
setExtRefiedName
Sets the value of the extRefiedName property.- Parameters:
value
- allowed object isString
-
isSetExtRefiedName
public boolean isSetExtRefiedName() -
getExtRefldinst
Gets the value of the extRefldinst property.- Returns:
- possible object is
String
-
setExtRefldinst
Sets the value of the extRefldinst property.- Parameters:
value
- allowed object isString
-
isSetExtRefldinst
public boolean isSetExtRefldinst() -
getExtRefprefix
Gets the value of the extRefprefix property.- Returns:
- possible object is
String
-
setExtRefprefix
Sets the value of the extRefprefix property.- Parameters:
value
- allowed object isString
-
isSetExtRefprefix
public boolean isSetExtRefprefix() -
getExtReflnClass
Gets the value of the extReflnClass property.- Returns:
- possible object is
String
-
setExtReflnClass
Sets the value of the extReflnClass property.- Parameters:
value
- allowed object isString
-
isSetExtReflnClass
public boolean isSetExtReflnClass() -
getExtReflnInst
Gets the value of the extReflnInst property.- Returns:
- possible object is
String
-
setExtReflnInst
Sets the value of the extReflnInst property.- Parameters:
value
- allowed object isString
-
isSetExtReflnInst
public boolean isSetExtReflnInst() -
getFlowID
Gets the value of the flowID property.- Returns:
- possible object is
String
-
setFlowID
Sets the value of the flowID property.- Parameters:
value
- allowed object isString
-
isSetFlowID
public boolean isSetFlowID() -
getFlowStatus
Gets the value of the flowStatus property.- Returns:
- possible object is
TCompasFlowStatus
-
setFlowStatus
Sets the value of the flowStatus property.- Parameters:
value
- allowed object isTCompasFlowStatus
-
isSetFlowStatus
public boolean isSetFlowStatus() -
getFlowKind
Gets the value of the flowKind property.- Returns:
- possible object is
TCompasFlowKind
-
setFlowKind
Sets the value of the flowKind property.- Parameters:
value
- allowed object isTCompasFlowKind
-
isSetFlowKind
public boolean isSetFlowKind()
-