Package org.cxml
Class SubscriptionContent
java.lang.Object
org.cxml.SubscriptionContent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cifContentOrIndexOrContract property.Gets the value of the filename property.voidsetFilename(String value) Sets the value of the filename property.
-
Field Details
-
filename
-
cifContentOrIndexOrContract
-
-
Constructor Details
-
SubscriptionContent
public SubscriptionContent()
-
-
Method Details
-
getFilename
Gets the value of the filename property.- Returns:
- possible object is
String
-
setFilename
Sets the value of the filename property.- Parameters:
value- allowed object isString
-
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
CIFContentContractIndex
-