Package org.lfenergy.shapeshifter.api
Class AGRPortfolioQueryResponseDSOPortfolioType
java.lang.Object
org.lfenergy.shapeshifter.api.AGRPortfolioQueryResponseDSOPortfolioType
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<AGRPortfolioQueryResponseCongestionPointType>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the congestionPoints property.Gets the value of the dsoDomain property.voidsetDSODomain(String value) Sets the value of the dsoDomain property.
-
Field Details
-
congestionPoints
-
dsoDomain
-
-
Constructor Details
-
AGRPortfolioQueryResponseDSOPortfolioType
public AGRPortfolioQueryResponseDSOPortfolioType()
-
-
Method Details
-
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
setmethod 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
Gets the value of the dsoDomain property.- Returns:
- possible object is
String
-
setDSODomain
Sets the value of the dsoDomain property.- Parameters:
value- allowed object isString
-