Class IncaMessageMeta
java.lang.Object
ch.tocco.nice2.optional.incamail.impl.soap.IncaMessageMeta
Java class for IncaMessageMeta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IncaMessageMeta">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SafeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MessageId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Delivery" type="{http://soap.incamail.ch/3.0/types}DeliveryType"/>
<element name="Header" type="{http://soap.incamail.ch/3.0/types}MessageHeader"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DeliveryTypeprotected MessageHeaderprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the delivery property.Gets the value of the header property.Gets the value of the messageId property.Gets the value of the safeId property.voidsetDelivery(DeliveryType value) Sets the value of the delivery property.voidsetHeader(MessageHeader value) Sets the value of the header property.voidsetMessageId(String value) Sets the value of the messageId property.voidSets the value of the safeId property.
-
Field Details
-
safeId
-
messageId
-
delivery
-
header
-
-
Constructor Details
-
IncaMessageMeta
public IncaMessageMeta()
-
-
Method Details
-
getSafeId
Gets the value of the safeId property.- Returns:
- possible object is
String
-
setSafeId
Sets the value of the safeId 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
-
getDelivery
Gets the value of the delivery property.- Returns:
- possible object is
DeliveryType
-
setDelivery
Sets the value of the delivery property.- Parameters:
value- allowed object isDeliveryType
-
getHeader
Gets the value of the header property.- Returns:
- possible object is
MessageHeader
-
setHeader
Sets the value of the header property.- Parameters:
value- allowed object isMessageHeader
-