Package org.lfenergy.shapeshifter.api
Class FlexMessageType
java.lang.Object
org.lfenergy.shapeshifter.api.PayloadMessageType
org.lfenergy.shapeshifter.api.FlexMessageType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DPrognosis,FlexOffer,FlexOrder,FlexRequest,FlexReservationUpdate
Java class for FlexMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlexMessageType">
<complexContent>
<extension base="{}PayloadMessageType">
<attribute name="ISP-Duration" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="TimeZone" use="required" type="{}TimeZoneNameType" />
<attribute name="Period" use="required" type="{}PeriodType" />
<attribute name="CongestionPoint" use="required" type="{}EntityAddressType" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Durationprotected LocalDateprotected StringFields 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 congestionPoint property.Gets the value of the ispDuration property.Gets the value of the period property.Gets the value of the timeZone property.voidsetCongestionPoint(String value) Sets the value of the congestionPoint property.voidsetISPDuration(Duration value) Sets the value of the ispDuration 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
-
ispDuration
-
timeZone
-
period
-
congestionPoint
-
-
Constructor Details
-
FlexMessageType
public FlexMessageType()
-
-
Method Details
-
getISPDuration
Gets the value of the ispDuration property.- Returns:
- possible object is
String
-
setISPDuration
Sets the value of the ispDuration property.- Parameters:
value- allowed object isString
-
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
-
getCongestionPoint
Gets the value of the congestionPoint property.- Returns:
- possible object is
String
-
setCongestionPoint
Sets the value of the congestionPoint property.- Parameters:
value- allowed object isString
-