Package org.lfenergy.shapeshifter.api
Class FlexOrderSettlementStatusType
java.lang.Object
org.lfenergy.shapeshifter.api.FlexOrderSettlementStatusType
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected AcceptedDisputedTypeprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the disposition property.Gets the value of the disputeReason property.Gets the value of the orderReference property.voidSets the value of the disposition property.voidsetDisputeReason(String value) Sets the value of the disputeReason property.voidsetOrderReference(String value) Sets the value of the orderReference property.
-
Field Details
-
orderReference
-
disposition
-
disputeReason
-
-
Constructor Details
-
FlexOrderSettlementStatusType
public FlexOrderSettlementStatusType()
-
-
Method Details
-
getOrderReference
Gets the value of the orderReference property.- Returns:
- possible object is
String
-
setOrderReference
Sets the value of the orderReference property.- Parameters:
value- allowed object isString
-
getDisposition
Gets the value of the disposition property.- Returns:
- possible object is
AcceptedDisputedType
-
setDisposition
Sets the value of the disposition property.- Parameters:
value- allowed object isAcceptedDisputedType
-
getDisputeReason
Gets the value of the disputeReason property.- Returns:
- possible object is
String
-
setDisputeReason
Sets the value of the disputeReason property.- Parameters:
value- allowed object isString
-