Class AGRPortfolioQueryResponseConnectionType

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

public class AGRPortfolioQueryResponseConnectionType extends Object implements 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 Details

    • entityAddress

      protected String entityAddress
  • Constructor Details

    • AGRPortfolioQueryResponseConnectionType

      public AGRPortfolioQueryResponseConnectionType()
  • Method Details

    • getEntityAddress

      public String getEntityAddress()
      Gets the value of the entityAddress property.
      Returns:
      possible object is String
    • setEntityAddress

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