Class AGRPortfolioQueryResponseDSOViewType

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

public class AGRPortfolioQueryResponseDSOViewType extends Object implements Serializable

Java class for AGRPortfolioQueryResponseDSOViewType complex type.

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


 <complexType name="AGRPortfolioQueryResponseDSOViewType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DSO-Portfolio" type="{}AGRPortfolioQueryResponseDSOPortfolioType" maxOccurs="unbounded"/>
         <element name="Connection" type="{}AGRPortfolioQueryResponseConnectionType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • AGRPortfolioQueryResponseDSOViewType

      public AGRPortfolioQueryResponseDSOViewType()
  • Method Details

    • getDSOPortfolios

      public List<AGRPortfolioQueryResponseDSOPortfolioType> getDSOPortfolios()
      Gets the value of the dsoPortfolios 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 dsoPortfolios property.

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

          getDSOPortfolios().add(newItem);
       

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

      Returns:
      The value of the dsoPortfolios property.
    • 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 AGRPortfolioQueryResponseConnectionType

      Returns:
      The value of the connections property.