Package org.lfenergy.shapeshifter.api
Class DSOPortfolioQueryConnectionType
java.lang.Object
org.lfenergy.shapeshifter.api.DSOPortfolioQueryConnectionType
- All Implemented Interfaces:
Serializable
A Connection that is part of the congestion point.
Java class for DSOPortfolioQueryConnectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DSOPortfolioQueryConnectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="EntityAddress" use="required" type="{}EntityAddressType" />
<attribute name="AGR-Domain" type="{}InternetDomainType" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the agrDomain property.Gets the value of the entityAddress property.voidsetAGRDomain(String value) Sets the value of the agrDomain property.voidsetEntityAddress(String value) Sets the value of the entityAddress property.
-
Field Details
-
entityAddress
-
agrDomain
-
-
Constructor Details
-
DSOPortfolioQueryConnectionType
public DSOPortfolioQueryConnectionType()
-
-
Method Details
-
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
-
getAGRDomain
Gets the value of the agrDomain property.- Returns:
- possible object is
String
-
setAGRDomain
Sets the value of the agrDomain property.- Parameters:
value- allowed object isString
-