Package org.cxml

Class CopyRequest

java.lang.Object
org.cxml.CopyRequest

public class CopyRequest extends Object
  • Field Details

    • processingMode

      protected String processingMode
    • cxmlAttachmentOrCXML

      protected List<Object> cxmlAttachmentOrCXML
  • Constructor Details

    • CopyRequest

      public CopyRequest()
  • Method Details

    • getProcessingMode

      public String getProcessingMode()
      Gets the value of the processingMode property.
      Returns:
      possible object is String
    • setProcessingMode

      public void setProcessingMode(String value)
      Sets the value of the processingMode property.
      Parameters:
      value - allowed object is String
    • getCXMLAttachmentOrCXML

      public List<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 set method 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 CXML CXMLAttachment