Class FlexOrderSettlementStatusType

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

public class FlexOrderSettlementStatusType extends Object implements Serializable

Java class for FlexOrderSettlementStatusType complex type.

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


 <complexType name="FlexOrderSettlementStatusType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="OrderReference" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Disposition" use="required" type="{}AcceptedDisputedType" />
       <attribute name="DisputeReason" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • FlexOrderSettlementStatusType

      public FlexOrderSettlementStatusType()
  • Method Details

    • getOrderReference

      public String getOrderReference()
      Gets the value of the orderReference property.
      Returns:
      possible object is String
    • setOrderReference

      public void setOrderReference(String value)
      Sets the value of the orderReference property.
      Parameters:
      value - allowed object is String
    • getDisposition

      public AcceptedDisputedType getDisposition()
      Gets the value of the disposition property.
      Returns:
      possible object is AcceptedDisputedType
    • setDisposition

      public void setDisposition(AcceptedDisputedType value)
      Sets the value of the disposition property.
      Parameters:
      value - allowed object is AcceptedDisputedType
    • getDisputeReason

      public String getDisputeReason()
      Gets the value of the disputeReason property.
      Returns:
      possible object is String
    • setDisputeReason

      public void setDisputeReason(String value)
      Sets the value of the disputeReason property.
      Parameters:
      value - allowed object is String