|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.infoml.jaxb.impl.RichPointerTypeImpl
public class RichPointerTypeImpl
| Nested Class Summary | |
|---|---|
static class |
RichPointerTypeImpl.PImpl
|
static class |
RichPointerTypeImpl.PoemImpl
|
static class |
RichPointerTypeImpl.QuotationImpl
|
static class |
RichPointerTypeImpl.TableImpl
|
class |
RichPointerTypeImpl.Unmarshaller
|
| Nested classes/interfaces inherited from interface org.infoml.jaxb.RichPointerType |
|---|
RichPointerType.P, RichPointerType.Poem, RichPointerType.Quotation, RichPointerType.Table |
| Field Summary | |
|---|---|
protected boolean |
_AdjacentToPrevious
|
protected java.lang.String |
_Name
|
protected com.sun.xml.bind.util.ListImpl |
_POrQuotationOrPoem
|
protected java.lang.String |
_PreviousCurrentSeparator
|
protected java.lang.String |
_Qualities
|
protected boolean |
_SameParaAsPrevious
|
protected java.lang.String |
_TargetId
|
protected boolean |
has_AdjacentToPrevious
|
protected boolean |
has_SameParaAsPrevious
|
static java.lang.Class |
version
|
| Constructor Summary | |
|---|---|
RichPointerTypeImpl()
|
|
| Method Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_getPOrQuotationOrPoem()
|
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
|
org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler |
createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
|
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List |
getPOrQuotationOrPoem()
Gets the value of the POrQuotationOrPoem property. |
java.lang.String |
getPreviousCurrentSeparator()
Gets the value of the previousCurrentSeparator property. |
java.lang.Class |
getPrimaryInterface()
|
java.lang.String |
getQualities()
Gets the value of the qualities property. |
java.lang.String |
getTargetId()
Gets the value of the targetId property. |
boolean |
isAdjacentToPrevious()
Gets the value of the adjacentToPrevious property. |
boolean |
isSameParaAsPrevious()
Gets the value of the sameParaAsPrevious 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 |
setAdjacentToPrevious(boolean value)
Sets the value of the adjacentToPrevious property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPreviousCurrentSeparator(java.lang.String value)
Sets the value of the previousCurrentSeparator property. |
void |
setQualities(java.lang.String value)
Sets the value of the qualities property. |
void |
setSameParaAsPrevious(boolean value)
Sets the value of the sameParaAsPrevious property. |
void |
setTargetId(java.lang.String value)
Sets the value of the targetId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String _Name
protected java.lang.String _Qualities
protected boolean has_AdjacentToPrevious
protected boolean _AdjacentToPrevious
protected java.lang.String _PreviousCurrentSeparator
protected com.sun.xml.bind.util.ListImpl _POrQuotationOrPoem
protected boolean has_SameParaAsPrevious
protected boolean _SameParaAsPrevious
protected java.lang.String _TargetId
public static final java.lang.Class version
| Constructor Detail |
|---|
public RichPointerTypeImpl()
| Method Detail |
|---|
public java.lang.String getName()
RichPointerType
getName in interface RichPointerTypeStringpublic void setName(java.lang.String value)
RichPointerType
setName in interface RichPointerTypevalue - allowed object is
Stringpublic java.lang.String getQualities()
RichPointerType
getQualities in interface RichPointerTypeStringpublic void setQualities(java.lang.String value)
RichPointerType
setQualities in interface RichPointerTypevalue - allowed object is
Stringpublic boolean isAdjacentToPrevious()
RichPointerType
isAdjacentToPrevious in interface RichPointerTypepublic void setAdjacentToPrevious(boolean value)
RichPointerType
setAdjacentToPrevious in interface RichPointerTypepublic java.lang.String getPreviousCurrentSeparator()
RichPointerType
getPreviousCurrentSeparator in interface RichPointerTypeStringpublic void setPreviousCurrentSeparator(java.lang.String value)
RichPointerType
setPreviousCurrentSeparator in interface RichPointerTypevalue - allowed object is
Stringprotected com.sun.xml.bind.util.ListImpl _getPOrQuotationOrPoem()
public java.util.List getPOrQuotationOrPoem()
RichPointerType
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 POrQuotationOrPoem property.
For example, to add a new item, do as follows:
getPOrQuotationOrPoem().add(newItem);
Objects of the following type(s) are allowed in the list
RichPointerType.P
RichPointerType.Table
RichPointerType.Quotation
RichPointerType.Poem
getPOrQuotationOrPoem in interface RichPointerTypepublic boolean isSameParaAsPrevious()
RichPointerType
isSameParaAsPrevious in interface RichPointerTypepublic void setSameParaAsPrevious(boolean value)
RichPointerType
setSameParaAsPrevious in interface RichPointerTypepublic java.lang.String getTargetId()
RichPointerType
getTargetId in interface RichPointerTypeStringpublic void setTargetId(java.lang.String value)
RichPointerType
setTargetId in interface RichPointerTypevalue - allowed object is
Stringpublic 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 | ||||||||