Package org.cxml

Class DataResponse


  • public class DataResponse
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<Attachment> attachment  
    • Constructor Summary

      Constructors 
      Constructor Description
      DataResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Attachment> getAttachment()
      Gets the value of the attachment property.
      • Methods inherited from class java.lang.Object

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

      • attachment

        protected java.util.List<Attachment> attachment
    • Constructor Detail

      • DataResponse

        public DataResponse()
    • Method Detail

      • getAttachment

        public java.util.List<Attachment> getAttachment()
        Gets the value of the attachment 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 attachment property.

        For example, to add a new item, do as follows:

            getAttachment().add(newItem);
         

        Objects of the following type(s) are allowed in the list Attachment