Package org.lfenergy.shapeshifter.api
Class DSOPortfolioQuery
java.lang.Object
org.lfenergy.shapeshifter.api.PayloadMessageType
org.lfenergy.shapeshifter.api.DSOPortfolioQuery
- All Implemented Interfaces:
Serializable
Java class for DSOPortfolioQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DSOPortfolioQueryType">
<complexContent>
<extension base="{}PayloadMessageType">
<attribute name="TimeZone" use="required" type="{}TimeZoneNameType" />
<attribute name="Period" use="required" type="{}PeriodType" />
<attribute name="EntityAddress" use="required" type="{}EntityAddressType" />
</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 entityAddress property.Gets the value of the period property.Gets the value of the timeZone property.voidsetEntityAddress(String value) Sets the value of the entityAddress 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
-
entityAddress
-
-
Constructor Details
-
DSOPortfolioQuery
public DSOPortfolioQuery()
-
-
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
-
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
-