Package org.cxml
Class CopyRequest
- java.lang.Object
-
- org.cxml.CopyRequest
-
public class CopyRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>cxmlAttachmentOrCXMLprotected java.lang.StringprocessingMode
-
Constructor Summary
Constructors Constructor Description CopyRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>getCXMLAttachmentOrCXML()Gets the value of the cxmlAttachmentOrCXML property.java.lang.StringgetProcessingMode()Gets the value of the processingMode property.voidsetProcessingMode(java.lang.String value)Sets the value of the processingMode property.
-
-
-
Method Detail
-
getProcessingMode
public java.lang.String getProcessingMode()
Gets the value of the processingMode property.- Returns:
- possible object is
String
-
setProcessingMode
public void setProcessingMode(java.lang.String value)
Sets the value of the processingMode property.- Parameters:
value- allowed object isString
-
getCXMLAttachmentOrCXML
public java.util.List<java.lang.Object> 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
CXMLAttachmentCXML
-
-