Package org.lfenergy.shapeshifter.api
Class DSOPortfolioQueryCongestionPointType
java.lang.Object
org.lfenergy.shapeshifter.api.DSOPortfolioQueryCongestionPointType
- All Implemented Interfaces:
Serializable
Java class for DSOPortfolioQueryCongestionPointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DSOPortfolioQueryCongestionPointType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Connection" type="{}DSOPortfolioQueryConnectionType" maxOccurs="unbounded"/>
</sequence>
<attribute name="EntityAddress" use="required" type="{}EntityAddressType" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<DSOPortfolioQueryConnectionType>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the connections property.Gets the value of the entityAddress property.voidsetEntityAddress(String value) Sets the value of the entityAddress property.
-
Field Details
-
connections
-
entityAddress
-
-
Constructor Details
-
DSOPortfolioQueryCongestionPointType
public DSOPortfolioQueryCongestionPointType()
-
-
Method Details
-
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
DSOPortfolioQueryConnectionType- Returns:
- The value of the connections property.
-
getEntityAddress
Gets the value of the entityAddress property.- Returns:
- possible object is
String
-
setEntityAddress
Sets the value of the entityAddress property.- Parameters:
value- allowed object isString
-