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 SummaryFieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected TCompasTopoNodeDirectionprotected Stringprotected BigInteger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.booleanbooleanbooleanbooleanvoidsetBusBarSectionOrder(BigInteger value) Sets the value of the busBarSectionOrder property.voidSets the value of the direction property.voidSets the value of the node property.voidsetNodeOrder(BigInteger value) Sets the value of the nodeOrder property.
- 
Field Details- 
node
- 
nodeOrder
- 
busBarSectionOrder
- 
direction
 
- 
- 
Constructor Details- 
TCompasTopopublic TCompasTopo()
 
- 
- 
Method Details- 
getNodeGets the value of the node property.- Returns:
- possible object is
     String
 
- 
setNodeSets the value of the node property.- Parameters:
- value- allowed object is- String
 
- 
isSetNodepublic boolean isSetNode()
- 
getNodeOrderGets the value of the nodeOrder property.- Returns:
- possible object is
     BigInteger
 
- 
setNodeOrderSets the value of the nodeOrder property.- Parameters:
- value- allowed object is- BigInteger
 
- 
isSetNodeOrderpublic boolean isSetNodeOrder()
- 
getBusBarSectionOrderGets the value of the busBarSectionOrder property.- Returns:
- possible object is
     BigInteger
 
- 
setBusBarSectionOrderSets the value of the busBarSectionOrder property.- Parameters:
- value- allowed object is- BigInteger
 
- 
isSetBusBarSectionOrderpublic boolean isSetBusBarSectionOrder()
- 
getDirectionGets the value of the direction property.- Returns:
- possible object is
     TCompasTopoNodeDirection
 
- 
setDirectionSets the value of the direction property.- Parameters:
- value- allowed object is- TCompasTopoNodeDirection
 
- 
isSetDirectionpublic boolean isSetDirection()
 
-