Class SendmailRequest
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.emc.com/d2fs/models/context}context"/>
<sequence>
<element name="objIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
<sequence>
<element name="recipients" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</sequence>
<attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="attachFile" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="preferredFormat" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the context property.Gets the value of the message property.Gets the value of the objIds property.Gets the value of the preferredFormat property.Gets the value of the recipients property.Gets the value of the subject property.Gets the value of the attachFile property.voidsetAttachFile(Boolean value) Sets the value of the attachFile property.voidsetContext(Context value) Sets the value of the context property.voidsetMessage(String value) Sets the value of the message property.voidsetPreferredFormat(String value) Sets the value of the preferredFormat property.voidsetSubject(String value) Sets the value of the subject property.
-
Constructor Details
-
SendmailRequest
public SendmailRequest()
-
-
Method Details
-
getContext
Gets the value of the context property.- Returns:
- possible object is
Context
-
setContext
Sets the value of the context property.- Parameters:
value- allowed object isContext
-
getObjIds
Gets the value of the objIds property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the objIds property.For example, to add a new item, do as follows:
getObjIds().add(newItem);Objects of the following type(s) are allowed in the list
String -
getRecipients
Gets the value of the recipients property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the recipients property.For example, to add a new item, do as follows:
getRecipients().add(newItem);Objects of the following type(s) are allowed in the list
String -
getSubject
Gets the value of the subject property.- Returns:
- possible object is
String
-
setSubject
Sets the value of the subject property.- Parameters:
value- allowed object isString
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value- allowed object isString
-
isAttachFile
Gets the value of the attachFile property.- Returns:
- possible object is
Boolean
-
setAttachFile
Sets the value of the attachFile property.- Parameters:
value- allowed object isBoolean
-
getPreferredFormat
Gets the value of the preferredFormat property.- Returns:
- possible object is
String
-
setPreferredFormat
Sets the value of the preferredFormat property.- Parameters:
value- allowed object isString
-