|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infoml.jaxb.impl.ContainerTypeImpl
public class ContainerTypeImpl
Nested Class Summary | |
---|---|
class |
ContainerTypeImpl.Unmarshaller
|
Field Summary | |
---|---|
protected java.lang.String |
_Category
|
protected com.sun.xml.bind.util.ListImpl |
_ContainerNamePart
|
protected com.sun.xml.bind.util.ListImpl |
_Date
|
protected SimpleRichTextWithSeparatorType |
_NameAppendedText
|
static java.lang.Class |
version
|
Constructor Summary | |
---|---|
ContainerTypeImpl()
|
Method Summary | |
---|---|
protected com.sun.xml.bind.util.ListImpl |
_getContainerNamePart()
|
protected com.sun.xml.bind.util.ListImpl |
_getDate()
|
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
|
org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler |
createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
|
java.lang.String |
getCategory()
Gets the value of the category property. |
java.util.List |
getContainerNamePart()
Gets the value of the ContainerNamePart property. |
java.util.List |
getDate()
Gets the value of the Date property. |
SimpleRichTextWithSeparatorType |
getNameAppendedText()
Gets the value of the nameAppendedText 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)
|
void |
setCategory(java.lang.String value)
Sets the value of the category property. |
void |
setNameAppendedText(SimpleRichTextWithSeparatorType value)
Sets the value of the nameAppendedText 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 _Category
protected com.sun.xml.bind.util.ListImpl _ContainerNamePart
protected com.sun.xml.bind.util.ListImpl _Date
protected SimpleRichTextWithSeparatorType _NameAppendedText
public static final java.lang.Class version
Constructor Detail |
---|
public ContainerTypeImpl()
Method Detail |
---|
public java.lang.String getCategory()
ContainerType
getCategory
in interface ContainerType
String
public void setCategory(java.lang.String value)
ContainerType
setCategory
in interface ContainerType
value
- allowed object is
String
protected com.sun.xml.bind.util.ListImpl _getContainerNamePart()
public java.util.List getContainerNamePart()
ContainerType
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 ContainerNamePart property.
For example, to add a new item, do as follows:
getContainerNamePart().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleRichTextWithSeparatorType
getContainerNamePart
in interface ContainerType
protected com.sun.xml.bind.util.ListImpl _getDate()
public java.util.List getDate()
ContainerType
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 Date property.
For example, to add a new item, do as follows:
getDate().add(newItem);
Objects of the following type(s) are allowed in the list
DateWithRoleType
getDate
in interface ContainerType
public SimpleRichTextWithSeparatorType getNameAppendedText()
ContainerType
getNameAppendedText
in interface ContainerType
SimpleRichTextWithSeparatorType
public void setNameAppendedText(SimpleRichTextWithSeparatorType value)
ContainerType
setNameAppendedText
in interface ContainerType
value
- allowed object is
SimpleRichTextWithSeparatorType
public 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.SAXException
public 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 |