Class FlexOrderStatusType

java.lang.Object
org.lfenergy.shapeshifter.api.FlexOrderStatusType
All Implemented Interfaces:
Serializable

public class FlexOrderStatusType extends Object implements Serializable

Java class for FlexOrderStatusType complex type.

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


 <complexType name="FlexOrderStatusType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="FlexOrderMessageID" use="required" type="{}UUIDType" />
       <attribute name="IsValidated" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • flexOrderMessageID

      protected String flexOrderMessageID
    • isValidated

      protected boolean isValidated
  • Constructor Details

    • FlexOrderStatusType

      public FlexOrderStatusType()
  • Method Details

    • getFlexOrderMessageID

      public String getFlexOrderMessageID()
      Gets the value of the flexOrderMessageID property.
      Returns:
      possible object is String
    • setFlexOrderMessageID

      public void setFlexOrderMessageID(String value)
      Sets the value of the flexOrderMessageID property.
      Parameters:
      value - allowed object is String
    • isIsValidated

      public boolean isIsValidated()
      Gets the value of the isValidated property.
    • setIsValidated

      public void setIsValidated(boolean value)
      Sets the value of the isValidated property.