Package org.cxml
Class CopyRequest
java.lang.Object
org.cxml.CopyRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cxmlAttachmentOrCXML property.Gets the value of the processingMode property.voidsetProcessingMode(String value) Sets the value of the processingMode property.
-
Field Details
-
processingMode
-
cxmlAttachmentOrCXML
-
-
Constructor Details
-
CopyRequest
public CopyRequest()
-
-
Method Details
-
getProcessingMode
Gets the value of the processingMode property.- Returns:
- possible object is
String
-
setProcessingMode
Sets the value of the processingMode property.- Parameters:
value- allowed object isString
-
getCXMLAttachmentOrCXML
Gets the value of the cxmlAttachmentOrCXML 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 cxmlAttachmentOrCXML property.For example, to add a new item, do as follows:
getCXMLAttachmentOrCXML().add(newItem);Objects of the following type(s) are allowed in the list
CXMLCXMLAttachment
-