Class AGRPortfolioQueryResponse

All Implemented Interfaces:
Serializable

public class AGRPortfolioQueryResponse extends PayloadMessageResponseType implements Serializable

Java class for AGRPortfolioQueryResponseType complex type.

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


 <complexType name="AGRPortfolioQueryResponseType">
   <complexContent>
     <extension base="{}PayloadMessageResponseType">
       <sequence>
         <element name="DSO-View" type="{}AGRPortfolioQueryResponseDSOViewType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="TimeZone" use="required" type="{}TimeZoneNameType" />
       <attribute name="AGRPortfolioQueryMessageID" use="required" type="{}UUIDType" />
       <attribute name="Period" use="required" type="{}PeriodType" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • AGRPortfolioQueryResponse

      public AGRPortfolioQueryResponse()
  • Method Details

    • getDSOViews

      Gets the value of the dsoViews 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 dsoViews property.

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

          getDSOViews().add(newItem);
       

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

      Returns:
      The value of the dsoViews 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
    • getAGRPortfolioQueryMessageID

      public String getAGRPortfolioQueryMessageID()
      Gets the value of the agrPortfolioQueryMessageID property.
      Returns:
      possible object is String
    • setAGRPortfolioQueryMessageID

      public void setAGRPortfolioQueryMessageID(String value)
      Sets the value of the agrPortfolioQueryMessageID property.
      Parameters:
      value - allowed object is String
    • getPeriod

      public LocalDate getPeriod()
      Gets the value of the period property.
      Returns:
      possible object is String
    • setPeriod

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