Class SendMessageResponse
java.lang.Object
ch.tocco.nice2.optional.incamail.impl.soap.SendMessageResponse
Java class for SendMessageResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SendMessageResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MessageId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the messageId property.voidsetMessageId(String value) Sets the value of the messageId property.