Package org.lfenergy.shapeshifter.api
Class AGRPortfolioQueryResponseConnectionType
java.lang.Object
org.lfenergy.shapeshifter.api.AGRPortfolioQueryResponseConnectionType
- All Implemented Interfaces:
Serializable
Java class for AGRPortfolioQueryResponseConnectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AGRPortfolioQueryResponseConnectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="EntityAddress" use="required" type="{}EntityAddressType" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the entityAddress property.voidsetEntityAddress(String value) Sets the value of the entityAddress property.
-
Field Details
-
entityAddress
-
-
Constructor Details
-
AGRPortfolioQueryResponseConnectionType
public AGRPortfolioQueryResponseConnectionType()
-
-
Method Details