Package org.cxml
Class SubscriptionContent
- java.lang.Object
-
- org.cxml.SubscriptionContent
-
public class SubscriptionContent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>cifContentOrIndexOrContractprotected java.lang.Stringfilename
-
Constructor Summary
Constructors Constructor Description SubscriptionContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>getCIFContentOrIndexOrContract()Gets the value of the cifContentOrIndexOrContract property.java.lang.StringgetFilename()Gets the value of the filename property.voidsetFilename(java.lang.String value)Sets the value of the filename property.
-
-
-
Method Detail
-
getFilename
public java.lang.String getFilename()
Gets the value of the filename property.- Returns:
- possible object is
String
-
setFilename
public void setFilename(java.lang.String value)
Sets the value of the filename property.- Parameters:
value- allowed object isString
-
getCIFContentOrIndexOrContract
public java.util.List<java.lang.Object> getCIFContentOrIndexOrContract()
Gets the value of the cifContentOrIndexOrContract 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 cifContentOrIndexOrContract property.For example, to add a new item, do as follows:
getCIFContentOrIndexOrContract().add(newItem);Objects of the following type(s) are allowed in the list
CIFContentIndexContract
-
-