org.infoml.jaxb.impl
Class InfomlFileTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.InfomlFileTypeImpl
All Implemented Interfaces:
InfomlFileType
Direct Known Subclasses:
InfomlFileImpl

public class InfomlFileTypeImpl
extends java.lang.Object
implements InfomlFileType


Nested Class Summary
 class InfomlFileTypeImpl.Unmarshaller
           
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _Infoml
           
protected  java.lang.String _Title
           
static java.lang.Class version
           
 
Constructor Summary
InfomlFileTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getInfoml()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
           
 java.util.List getInfoml()
          Gets the value of the Infoml property.
 java.lang.Class getPrimaryInterface()
           
 java.lang.String getTitle()
          Gets the value of the title property.
 void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
           
 void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
           
 void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
           
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Infoml

protected com.sun.xml.bind.util.ListImpl _Infoml

_Title

protected java.lang.String _Title

version

public static final java.lang.Class version
Constructor Detail

InfomlFileTypeImpl

public InfomlFileTypeImpl()
Method Detail

_getInfoml

protected com.sun.xml.bind.util.ListImpl _getInfoml()

getInfoml

public java.util.List getInfoml()
Description copied from interface: InfomlFileType
Gets the value of the Infoml 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 Infoml property.

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

    getInfoml().add(newItem);
 

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

Specified by:
getInfoml in interface InfomlFileType

getTitle

public java.lang.String getTitle()
Description copied from interface: InfomlFileType
Gets the value of the title property.

Specified by:
getTitle in interface InfomlFileType
Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Description copied from interface: InfomlFileType
Sets the value of the title property.

Specified by:
setTitle in interface InfomlFileType
Parameters:
value - allowed object is String

createUnmarshaller

public org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)

serializeBody

public void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                   throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                         throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
                   throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()