Class AGRPortfolioQueryResponseDSOViewType
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<AGRPortfolioQueryResponseConnectionType>protected List<AGRPortfolioQueryResponseDSOPortfolioType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the connections property.Gets the value of the dsoPortfolios property.
-
Field Details
-
dsoPortfolios
-
connections
-
-
Constructor Details
-
AGRPortfolioQueryResponseDSOViewType
public AGRPortfolioQueryResponseDSOViewType()
-
-
Method Details
-
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
setmethod 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
setmethod 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.
-