Class AGRPortfolioUpdate

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

public class AGRPortfolioUpdate extends PayloadMessageType implements Serializable

Java class for AGRPortfolioUpdateType complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="AGRPortfolioUpdateType">
   <complexContent>
     <extension base="{}PayloadMessageType">
       <sequence>
         <element name="Connection" type="{}AGRPortfolioUpdateConnection" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="TimeZone" use="required" type="{}TimeZoneNameType" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • AGRPortfolioUpdate

      public AGRPortfolioUpdate()
  • Method Details

    • getConnections

      public List<AGRPortfolioUpdateConnection> getConnections()
      Gets the value of the connections 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 set method for the connections property.

      For example, to add a new item, do as follows:

          getConnections().add(newItem);
       

      Objects of the following type(s) are allowed in the list AGRPortfolioUpdateConnection

      Returns:
      The value of the connections property.
    • getTimeZone

      public String getTimeZone()
      Gets the value of the timeZone property.
      Returns:
      possible object is String
    • setTimeZone

      public void setTimeZone(String value)
      Sets the value of the timeZone property.
      Parameters:
      value - allowed object is String