Package org.lfenergy.shapeshifter.api
Class DSOPortfolioUpdateConnectionType
java.lang.Object
org.lfenergy.shapeshifter.api.DSOPortfolioUpdateConnectionType
- All Implemented Interfaces:
Serializable
A connection that the DSO wants the CRO to update
Java class for DSOPortfolioUpdateConnectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DSOPortfolioUpdateConnectionType">
<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
-
DSOPortfolioUpdateConnectionType
public DSOPortfolioUpdateConnectionType()
-
-
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
-