Package org.lfenergy.shapeshifter.api
Class AGRPortfolioUpdateConnection
java.lang.Object
org.lfenergy.shapeshifter.api.AGRPortfolioUpdateConnection
- All Implemented Interfaces:
Serializable
A connection that the AGR want the CRO to update
Java class for AGRPortfolioUpdateConnection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AGRPortfolioUpdateConnection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="EntityAddress" use="required" type="{}EntityAddressType" />
<attribute name="StartPeriod" use="required" type="{}PeriodType" />
<attribute name="EndPeriod" type="{}PeriodType" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the endPeriod property.Gets the value of the entityAddress property.Gets the value of the startPeriod property.voidsetEndPeriod(LocalDate value) Sets the value of the endPeriod property.voidsetEntityAddress(String value) Sets the value of the entityAddress property.voidsetStartPeriod(LocalDate value) Sets the value of the startPeriod property.
-
Field Details
-
entityAddress
-
startPeriod
-
endPeriod
-
-
Constructor Details
-
AGRPortfolioUpdateConnection
public AGRPortfolioUpdateConnection()
-
-
Method Details
-
getEntityAddress
Gets the value of the entityAddress property.- Returns:
- possible object is
String
-
setEntityAddress
Sets the value of the entityAddress property.- Parameters:
value- allowed object isString
-
getStartPeriod
Gets the value of the startPeriod property.- Returns:
- possible object is
String
-
setStartPeriod
Sets the value of the startPeriod property.- Parameters:
value- allowed object isString
-
getEndPeriod
Gets the value of the endPeriod property.- Returns:
- possible object is
String
-
setEndPeriod
Sets the value of the endPeriod property.- Parameters:
value- allowed object isString
-