Class IndependantComplexVariant

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

public class IndependantComplexVariant extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2

Java class for independant_complexVariant complex type.

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

 <complexType name="independant_complexVariant">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="timeInterval" type="{etso-core-cmpts.xsd}TimeIntervalType"/>
         <element name="tsoOrigin" type="{flowbased}tso_code"/>
         <element name="actionsSet" type="{flowbased}actionsSetType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="id" use="required" type="{flowbased}idString" />
       <attribute name="name" type="{flowbased}nonEmptyString" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • IndependantComplexVariant

      public IndependantComplexVariant()
  • Method Details

    • getTimeInterval

      public TimeIntervalType getTimeInterval()
      Gets the value of the timeInterval property.
      Returns:
      possible object is TimeIntervalType
    • setTimeInterval

      public void setTimeInterval(TimeIntervalType value)
      Sets the value of the timeInterval property.
      Parameters:
      value - allowed object is TimeIntervalType
    • getTsoOrigin

      public String getTsoOrigin()
      Gets the value of the tsoOrigin property.
      Returns:
      possible object is String
    • setTsoOrigin

      public void setTsoOrigin(String value)
      Sets the value of the tsoOrigin property.
      Parameters:
      value - allowed object is String
    • getActionsSet

      public List<ActionsSetType> getActionsSet()
      Gets the value of the actionsSet property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the actionsSet property.

      For example, to add a new item, do as follows:

          getActionsSet().add(newItem);
       

      Objects of the following type(s) are allowed in the list ActionsSetType

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id 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
    • 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