org.infoml.jaxb.impl
Class MultipleLinesTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.MultipleLinesTypeImpl
All Implemented Interfaces:
MultipleLinesType

public class MultipleLinesTypeImpl
extends java.lang.Object
implements MultipleLinesType


Nested Class Summary
 class MultipleLinesTypeImpl.Unmarshaller
           
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _Line
           
static java.lang.Class version
           
 
Constructor Summary
MultipleLinesTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getLine()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
           
 java.util.List getLine()
          Gets the value of the Line property.
 java.lang.Class getPrimaryInterface()
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Line

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

version

public static final java.lang.Class version
Constructor Detail

MultipleLinesTypeImpl

public MultipleLinesTypeImpl()
Method Detail

_getLine

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

getLine

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

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

    getLine().add(newItem);
 

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

Specified by:
getLine in interface MultipleLinesType

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()