Package org.lfenergy.shapeshifter.api
Class FlexSettlementResponse
java.lang.Object
org.lfenergy.shapeshifter.api.PayloadMessageType
org.lfenergy.shapeshifter.api.PayloadMessageResponseType
org.lfenergy.shapeshifter.api.FlexSettlementResponse
- All Implemented Interfaces:
Serializable
Java class for FlexSettlementResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlexSettlementResponseType">
<complexContent>
<extension base="{}PayloadMessageResponseType">
<sequence>
<element name="FlexOrderSettlementStatus" type="{}FlexOrderSettlementStatusType" maxOccurs="unbounded"/>
</sequence>
<attribute name="FlexSettlementMessageID" use="required" type="{}UUIDType" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class org.lfenergy.shapeshifter.api.PayloadMessageResponseType
rejectionReason, resultFields inherited from class org.lfenergy.shapeshifter.api.PayloadMessageType
conversationID, messageID, recipientDomain, senderDomain, timeStamp, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the flexOrderSettlementStatuses property.Gets the value of the flexSettlementMessageID property.voidsetFlexSettlementMessageID(String value) Sets the value of the flexSettlementMessageID property.Methods inherited from class org.lfenergy.shapeshifter.api.PayloadMessageResponseType
getRejectionReason, getResult, setRejectionReason, setResultMethods inherited from class org.lfenergy.shapeshifter.api.PayloadMessageType
getConversationID, getMessageID, getRecipientDomain, getSenderDomain, getTimeStamp, getVersion, setConversationID, setMessageID, setRecipientDomain, setSenderDomain, setTimeStamp, setVersion
-
Field Details
-
flexOrderSettlementStatuses
-
flexSettlementMessageID
-
-
Constructor Details
-
FlexSettlementResponse
public FlexSettlementResponse()
-
-
Method Details
-
getFlexOrderSettlementStatuses
Gets the value of the flexOrderSettlementStatuses 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 Jakarta XML Binding object. This is why there is not a
setmethod for the flexOrderSettlementStatuses property.For example, to add a new item, do as follows:
getFlexOrderSettlementStatuses().add(newItem);Objects of the following type(s) are allowed in the list
FlexOrderSettlementStatusType- Returns:
- The value of the flexOrderSettlementStatuses property.
-
getFlexSettlementMessageID
Gets the value of the flexSettlementMessageID property.- Returns:
- possible object is
String
-
setFlexSettlementMessageID
Sets the value of the flexSettlementMessageID property.- Parameters:
value- allowed object isString
-