Class CriticalBranchType.Branch

java.lang.Object
com.powsybl.openrao.data.craccreation.creator.fbconstraint.xsd.CriticalBranchType.Branch
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2
Enclosing class:
CriticalBranchType

public static class CriticalBranchType.Branch extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="from" use="required" type="{flowbased}nodeType" />
       <attribute name="to" use="required" type="{flowbased}nodeType" />
       <attribute name="order">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <pattern value="[1-9]|[A-Z]"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="elementName" type="{flowbased}nonEmptyString" />
       <attribute name="name" use="required" type="{flowbased}nonEmptyString" />
       <attribute name="eic" use="required" type="{flowbased}nonEmptyString" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • from

      protected String from
    • to

      protected String to
    • order

      protected String order
    • elementName

      protected String elementName
    • name

      protected String name
    • eic

      protected String eic
  • Constructor Details

    • Branch

      public Branch()
  • Method Details

    • getFrom

      public String getFrom()
      Gets the value of the from property.
      Returns:
      possible object is String
    • setFrom

      public void setFrom(String value)
      Sets the value of the from property.
      Parameters:
      value - allowed object is String
    • getTo

      public String getTo()
      Gets the value of the to property.
      Returns:
      possible object is String
    • setTo

      public void setTo(String value)
      Sets the value of the to property.
      Parameters:
      value - allowed object is String
    • getOrder

      public String getOrder()
      Gets the value of the order property.
      Returns:
      possible object is String
    • setOrder

      public void setOrder(String value)
      Sets the value of the order property.
      Parameters:
      value - allowed object is String
    • getElementName

      public String getElementName()
      Gets the value of the elementName property.
      Returns:
      possible object is String
    • setElementName

      public void setElementName(String value)
      Sets the value of the elementName property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getEic

      public String getEic()
      Gets the value of the eic property.
      Returns:
      possible object is String
    • setEic

      public void setEic(String value)
      Sets the value of the eic property.
      Parameters:
      value - allowed object is String
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
    • copyTo

      public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object