Package org.lfenergy.shapeshifter.api
Class AGRPortfolioQuery
java.lang.Object
org.lfenergy.shapeshifter.api.PayloadMessageType
org.lfenergy.shapeshifter.api.AGRPortfolioQuery
- All Implemented Interfaces:
Serializable
Java class for AGRPortfolioQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AGRPortfolioQueryType">
<complexContent>
<extension base="{}PayloadMessageType">
<attribute name="TimeZone" use="required" type="{}TimeZoneNameType" />
<attribute name="Period" use="required" type="{}PeriodType" />
</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 period property.Gets the value of the timeZone property.voidSets the value of the period 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
-
timeZone
-
period
-
-
Constructor Details
-
AGRPortfolioQuery
public AGRPortfolioQuery()
-
-
Method Details
-
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
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
String
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isString
-