Package org.cxml

Class CopyRequest


  • public class CopyRequest
    extends java.lang.Object
    • 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.String getProcessingMode()
      Gets the value of the processingMode property.
      void setProcessingMode​(java.lang.String value)
      Sets the value of the processingMode property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • processingMode

        protected java.lang.String processingMode
      • cxmlAttachmentOrCXML

        protected java.util.List<java.lang.Object> cxmlAttachmentOrCXML
    • Constructor Detail

      • CopyRequest

        public CopyRequest()
    • 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 is String
      • 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 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 CXMLAttachment CXML