Package org.lfenergy.shapeshifter.api
Class PayloadMessageType
java.lang.Object
org.lfenergy.shapeshifter.api.PayloadMessageType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AGRPortfolioQuery,AGRPortfolioUpdate,DSOPortfolioQuery,DSOPortfolioUpdate,FlexMessageType,FlexOfferRevocation,Metering,PayloadMessageResponseType,TestMessage,TestMessageResponse
Java class for PayloadMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PayloadMessageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Version" use="required" type="{}SpecVersion" />
<attribute name="SenderDomain" use="required" type="{}InternetDomainType" />
<attribute name="RecipientDomain" use="required" type="{}InternetDomainType" />
<attribute name="TimeStamp" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="MessageID" use="required" type="{}UUIDType" />
<attribute name="ConversationID" use="required" type="{}UUIDType" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the conversationID property.Gets the value of the messageID property.Gets the value of the recipientDomain property.Gets the value of the senderDomain property.Gets the value of the timeStamp property.Gets the value of the version property.voidsetConversationID(String value) Sets the value of the conversationID property.voidsetMessageID(String value) Sets the value of the messageID property.voidsetRecipientDomain(String value) Sets the value of the recipientDomain property.voidsetSenderDomain(String value) Sets the value of the senderDomain property.voidsetTimeStamp(OffsetDateTime value) Sets the value of the timeStamp property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
version
-
senderDomain
-
recipientDomain
-
timeStamp
-
messageID
-
conversationID
-
-
Constructor Details
-
PayloadMessageType
public PayloadMessageType()
-
-
Method Details
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getSenderDomain
Gets the value of the senderDomain property.- Returns:
- possible object is
String
-
setSenderDomain
Sets the value of the senderDomain property.- Parameters:
value- allowed object isString
-
getRecipientDomain
Gets the value of the recipientDomain property.- Returns:
- possible object is
String
-
setRecipientDomain
Sets the value of the recipientDomain property.- Parameters:
value- allowed object isString
-
getTimeStamp
Gets the value of the timeStamp property.- Returns:
- possible object is
String
-
setTimeStamp
Sets the value of the timeStamp property.- Parameters:
value- allowed object isString
-
getMessageID
Gets the value of the messageID property.- Returns:
- possible object is
String
-
setMessageID
Sets the value of the messageID property.- Parameters:
value- allowed object isString
-
getConversationID
Gets the value of the conversationID property.- Returns:
- possible object is
String
-
setConversationID
Sets the value of the conversationID property.- Parameters:
value- allowed object isString
-