|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.infoml.jaxb.impl.PoemTypeImpl
public class PoemTypeImpl
| Nested Class Summary | |
|---|---|
class |
PoemTypeImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_Author
|
protected com.sun.xml.bind.util.ListImpl |
_Stanza
|
protected MultipleLinesType |
_Title
|
static java.lang.Class |
version
|
| Constructor Summary | |
|---|---|
PoemTypeImpl()
|
|
| Method Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_getAuthor()
|
protected com.sun.xml.bind.util.ListImpl |
_getStanza()
|
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
|
org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler |
createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
|
java.util.List |
getAuthor()
Gets the value of the Author property. |
java.lang.Class |
getPrimaryInterface()
|
java.util.List |
getStanza()
Gets the value of the Stanza property. |
MultipleLinesType |
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(MultipleLinesType 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 |
|---|
protected com.sun.xml.bind.util.ListImpl _Stanza
protected com.sun.xml.bind.util.ListImpl _Author
protected MultipleLinesType _Title
public static final java.lang.Class version
| Constructor Detail |
|---|
public PoemTypeImpl()
| Method Detail |
|---|
protected com.sun.xml.bind.util.ListImpl _getStanza()
public java.util.List getStanza()
PoemType
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 Stanza property.
For example, to add a new item, do as follows:
getStanza().add(newItem);
Objects of the following type(s) are allowed in the list
MultipleLinesType
getStanza in interface PoemTypeprotected com.sun.xml.bind.util.ListImpl _getAuthor()
public java.util.List getAuthor()
PoemType
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 Author property.
For example, to add a new item, do as follows:
getAuthor().add(newItem);
Objects of the following type(s) are allowed in the list
AgentType
getAuthor in interface PoemTypepublic MultipleLinesType getTitle()
PoemType
getTitle in interface PoemTypeMultipleLinesTypepublic void setTitle(MultipleLinesType value)
PoemType
setTitle in interface PoemTypevalue - allowed object is
MultipleLinesTypepublic org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
public void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic java.lang.Class getPrimaryInterface()
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||