Class TCompasTopo

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TCompasTopo

public class TCompasTopo extends Object
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 Details

  • Constructor Details

    • TCompasTopo

      public TCompasTopo()
  • Method Details

    • getNode

      public String getNode()
      Gets the value of the node property.
      Returns:
      possible object is String
    • setNode

      public void setNode(String value)
      Sets the value of the node property.
      Parameters:
      value - allowed object is String
    • isSetNode

      public boolean isSetNode()
    • getNodeOrder

      public BigInteger getNodeOrder()
      Gets the value of the nodeOrder property.
      Returns:
      possible object is BigInteger
    • setNodeOrder

      public void setNodeOrder(BigInteger value)
      Sets the value of the nodeOrder property.
      Parameters:
      value - allowed object is BigInteger
    • isSetNodeOrder

      public boolean isSetNodeOrder()
    • getBusBarSectionOrder

      public BigInteger getBusBarSectionOrder()
      Gets the value of the busBarSectionOrder property.
      Returns:
      possible object is BigInteger
    • setBusBarSectionOrder

      public void setBusBarSectionOrder(BigInteger value)
      Sets the value of the busBarSectionOrder property.
      Parameters:
      value - allowed object is BigInteger
    • isSetBusBarSectionOrder

      public boolean isSetBusBarSectionOrder()
    • getDirection

      public TCompasTopoNodeDirection getDirection()
      Gets the value of the direction property.
      Returns:
      possible object is TCompasTopoNodeDirection
    • setDirection

      public void setDirection(TCompasTopoNodeDirection value)
      Sets the value of the direction property.
      Parameters:
      value - allowed object is TCompasTopoNodeDirection
    • isSetDirection

      public boolean isSetDirection()