Class TCompasTopo
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TCompasTopo
Describe the connectivity node and layout order for a given Bay;can be multiple instanciated in case of bay which is connected to multiple nodes
Java class for tCompasTopo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCompasTopo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Node" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="NodeOrder" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="BusBarSectionOrder" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="Direction" use="required" type="{https://www.lfenergy.org/compas/extension/v1}tCompasTopoNodeDirection" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BigInteger
protected TCompasTopoNodeDirection
protected String
protected BigInteger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the busBarSectionOrder property.Gets the value of the direction property.getNode()
Gets the value of the node property.Gets the value of the nodeOrder property.boolean
boolean
boolean
boolean
void
setBusBarSectionOrder
(BigInteger value) Sets the value of the busBarSectionOrder property.void
Sets the value of the direction property.void
Sets the value of the node property.void
setNodeOrder
(BigInteger value) Sets the value of the nodeOrder property.
-
Field Details
-
node
-
nodeOrder
-
busBarSectionOrder
-
direction
-
-
Constructor Details
-
TCompasTopo
public TCompasTopo()
-
-
Method Details
-
getNode
Gets the value of the node property.- Returns:
- possible object is
String
-
setNode
Sets the value of the node property.- Parameters:
value
- allowed object isString
-
isSetNode
public boolean isSetNode() -
getNodeOrder
Gets the value of the nodeOrder property.- Returns:
- possible object is
BigInteger
-
setNodeOrder
Sets the value of the nodeOrder property.- Parameters:
value
- allowed object isBigInteger
-
isSetNodeOrder
public boolean isSetNodeOrder() -
getBusBarSectionOrder
Gets the value of the busBarSectionOrder property.- Returns:
- possible object is
BigInteger
-
setBusBarSectionOrder
Sets the value of the busBarSectionOrder property.- Parameters:
value
- allowed object isBigInteger
-
isSetBusBarSectionOrder
public boolean isSetBusBarSectionOrder() -
getDirection
Gets the value of the direction property.- Returns:
- possible object is
TCompasTopoNodeDirection
-
setDirection
Sets the value of the direction property.- Parameters:
value
- allowed object isTCompasTopoNodeDirection
-
isSetDirection
public boolean isSetDirection()
-