Class BundleReference
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.BundleReference
-
- All Implemented Interfaces:
XMLWritable
public class BundleReference extends Object implements XMLWritable
-
-
Constructor Summary
Constructors Constructor Description BundleReference(String reference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetReference()voidwrite(XmlOutputContext writer)
-
-
-
Field Detail
-
reference
protected String reference
-
-
Constructor Detail
-
BundleReference
public BundleReference(String reference)
-
-
Method Detail
-
getReference
public String getReference()
-
write
public void write(XmlOutputContext writer) throws WritingXmlException
- Specified by:
writein interfaceXMLWritable- Throws:
WritingXmlException
-
-