Package org.lfenergy.shapeshifter.api
Class ContractSettlementType
java.lang.Object
org.lfenergy.shapeshifter.api.ContractSettlementType
- All Implemented Interfaces:
Serializable
Java class for ContractSettlementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContractSettlementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Period" type="{}ContractSettlementPeriodType" maxOccurs="unbounded"/>
</sequence>
<attribute name="ContractID" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contractID property.Gets the value of the periods property.voidsetContractID(String value) Sets the value of the contractID property.
-
Field Details
-
periods
-
contractID
-
-
Constructor Details
-
ContractSettlementType
public ContractSettlementType()
-
-
Method Details
-
getPeriods
Gets the value of the periods 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 periods property.For example, to add a new item, do as follows:
getPeriods().add(newItem);Objects of the following type(s) are allowed in the list
ContractSettlementPeriodType- Returns:
- The value of the periods property.
-
getContractID
Gets the value of the contractID property.- Returns:
- possible object is
String
-
setContractID
Sets the value of the contractID property.- Parameters:
value- allowed object isString
-