Package org.lfenergy.shapeshifter.api
Class AGRPortfolioUpdate
java.lang.Object
org.lfenergy.shapeshifter.api.PayloadMessageType
org.lfenergy.shapeshifter.api.AGRPortfolioUpdate
- All Implemented Interfaces:
Serializable
Java class for AGRPortfolioUpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AGRPortfolioUpdateType">
<complexContent>
<extension base="{}PayloadMessageType">
<sequence>
<element name="Connection" type="{}AGRPortfolioUpdateConnection" maxOccurs="unbounded"/>
</sequence>
<attribute name="TimeZone" use="required" type="{}TimeZoneNameType" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class org.lfenergy.shapeshifter.api.PayloadMessageType
conversationID, messageID, recipientDomain, senderDomain, timeStamp, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the connections property.Gets the value of the timeZone property.voidsetTimeZone(String value) Sets the value of the timeZone property.Methods inherited from class org.lfenergy.shapeshifter.api.PayloadMessageType
getConversationID, getMessageID, getRecipientDomain, getSenderDomain, getTimeStamp, getVersion, setConversationID, setMessageID, setRecipientDomain, setSenderDomain, setTimeStamp, setVersion
-
Field Details
-
connections
-
timeZone
-
-
Constructor Details
-
AGRPortfolioUpdate
public AGRPortfolioUpdate()
-
-
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
AGRPortfolioUpdateConnection- Returns:
- The value of the connections property.
-
getTimeZone
Gets the value of the timeZone property.- Returns:
- possible object is
String
-
setTimeZone
Sets the value of the timeZone property.- Parameters:
value- allowed object isString
-