Class FlexSettlement
- All Implemented Interfaces:
Serializable
Java class for FlexSettlementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlexSettlementType">
<complexContent>
<extension base="{}PayloadMessageResponseType">
<sequence>
<element name="FlexOrderSettlement" type="{}FlexOrderSettlementType" maxOccurs="unbounded"/>
<element name="ContractSettlement" type="{}ContractSettlementType" maxOccurs="unbounded"/>
</sequence>
<attribute name="PeriodStart" use="required" type="{}PeriodType" />
<attribute name="PeriodEnd" use="required" type="{}PeriodType" />
<attribute name="Currency" use="required" type="{}ISO4217CurrencyType" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ContractSettlementType>protected Stringprotected List<FlexOrderSettlementType>protected LocalDateprotected LocalDateFields 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 contractSettlements property.Gets the value of the currency property.Gets the value of the flexOrderSettlements property.Gets the value of the periodEnd property.Gets the value of the periodStart property.voidsetCurrency(String value) Sets the value of the currency property.voidsetPeriodEnd(LocalDate value) Sets the value of the periodEnd property.voidsetPeriodStart(LocalDate value) Sets the value of the periodStart 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
-
flexOrderSettlements
-
contractSettlements
-
periodStart
-
periodEnd
-
currency
-
-
Constructor Details
-
FlexSettlement
public FlexSettlement()
-
-
Method Details
-
getFlexOrderSettlements
Gets the value of the flexOrderSettlements 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 flexOrderSettlements property.For example, to add a new item, do as follows:
getFlexOrderSettlements().add(newItem);Objects of the following type(s) are allowed in the list
FlexOrderSettlementType- Returns:
- The value of the flexOrderSettlements property.
-
getContractSettlements
Gets the value of the contractSettlements 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 contractSettlements property.For example, to add a new item, do as follows:
getContractSettlements().add(newItem);Objects of the following type(s) are allowed in the list
ContractSettlementType- Returns:
- The value of the contractSettlements property.
-
getPeriodStart
Gets the value of the periodStart property.- Returns:
- possible object is
String
-
setPeriodStart
Sets the value of the periodStart property.- Parameters:
value- allowed object isString
-
getPeriodEnd
Gets the value of the periodEnd property.- Returns:
- possible object is
String
-
setPeriodEnd
Sets the value of the periodEnd property.- Parameters:
value- allowed object isString
-
getCurrency
Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
Sets the value of the currency property.- Parameters:
value- allowed object isString
-