Package org.cxml
Class DataResponse
- java.lang.Object
-
- org.cxml.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.
-
-
-
Field Detail
-
attachment
protected java.util.List<Attachment> attachment
-
-
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
setmethod 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
-
-