Class AGRPortfolioUpdateConnection

java.lang.Object
org.lfenergy.shapeshifter.api.AGRPortfolioUpdateConnection
All Implemented Interfaces:
Serializable

public class AGRPortfolioUpdateConnection extends Object implements 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 Details

    • entityAddress

      protected String entityAddress
    • startPeriod

      protected LocalDate startPeriod
    • endPeriod

      protected LocalDate endPeriod
  • Constructor Details

    • AGRPortfolioUpdateConnection

      public AGRPortfolioUpdateConnection()
  • Method Details

    • getEntityAddress

      public String getEntityAddress()
      Gets the value of the entityAddress property.
      Returns:
      possible object is String
    • setEntityAddress

      public void setEntityAddress(String value)
      Sets the value of the entityAddress property.
      Parameters:
      value - allowed object is String
    • getStartPeriod

      public LocalDate getStartPeriod()
      Gets the value of the startPeriod property.
      Returns:
      possible object is String
    • setStartPeriod

      public void setStartPeriod(LocalDate value)
      Sets the value of the startPeriod property.
      Parameters:
      value - allowed object is String
    • getEndPeriod

      public LocalDate getEndPeriod()
      Gets the value of the endPeriod property.
      Returns:
      possible object is String
    • setEndPeriod

      public void setEndPeriod(LocalDate value)
      Sets the value of the endPeriod property.
      Parameters:
      value - allowed object is String