Class AGRPortfolioQueryResponseDSOPortfolioType

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

public class AGRPortfolioQueryResponseDSOPortfolioType extends Object implements Serializable

Java class for AGRPortfolioQueryResponseDSOPortfolioType complex type.

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


 <complexType name="AGRPortfolioQueryResponseDSOPortfolioType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CongestionPoint" type="{}AGRPortfolioQueryResponseCongestionPointType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="DSO-Domain" use="required" type="{}InternetDomainType" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • AGRPortfolioQueryResponseDSOPortfolioType

      public AGRPortfolioQueryResponseDSOPortfolioType()
  • Method Details

    • getCongestionPoints

      public List<AGRPortfolioQueryResponseCongestionPointType> getCongestionPoints()
      Gets the value of the congestionPoints 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 congestionPoints property.

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

          getCongestionPoints().add(newItem);
       

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

      Returns:
      The value of the congestionPoints property.
    • getDSODomain

      public String getDSODomain()
      Gets the value of the dsoDomain property.
      Returns:
      possible object is String
    • setDSODomain

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