|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.infoml.jaxb.impl.InfomlTypeImpl
public class InfomlTypeImpl
| Nested Class Summary | |
|---|---|
class |
InfomlTypeImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected java.lang.String |
_BasedOn
|
protected java.lang.String |
_CardId
|
protected PointersType |
_CommentOn
|
protected ContentAgentContainerLocationType |
_Data
|
protected com.sun.xml.bind.util.ListImpl |
_DvprNotes
|
protected com.sun.xml.bind.util.ListImpl |
_DvprPointers
|
protected com.sun.xml.bind.util.ListImpl |
_DvprXml
|
protected java.lang.String |
_Encoding
|
protected PropertiesType |
_Properties
|
protected SelectorsType |
_Selectors
|
protected java.lang.String |
_TreatPointersAs
|
protected com.sun.xml.bind.util.ListImpl |
_UserNotes
|
protected com.sun.xml.bind.util.ListImpl |
_UserPointers
|
protected java.math.BigDecimal |
_Version
|
static java.lang.Class |
version
|
| Constructor Summary | |
|---|---|
InfomlTypeImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
____jaxb____getId()
|
protected com.sun.xml.bind.util.ListImpl |
_getDvprNotes()
|
protected com.sun.xml.bind.util.ListImpl |
_getDvprPointers()
|
protected com.sun.xml.bind.util.ListImpl |
_getDvprXml()
|
protected com.sun.xml.bind.util.ListImpl |
_getUserNotes()
|
protected com.sun.xml.bind.util.ListImpl |
_getUserPointers()
|
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
|
org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler |
createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
|
java.lang.String |
getBasedOn()
Gets the value of the basedOn property. |
java.lang.String |
getCardId()
Gets the value of the cardId property. |
PointersType |
getCommentOn()
Gets the value of the commentOn property. |
ContentAgentContainerLocationType |
getData()
Gets the value of the data property. |
java.util.List |
getDvprNotes()
Gets the value of the DvprNotes property. |
java.util.List |
getDvprPointers()
Gets the value of the DvprPointers property. |
java.util.List |
getDvprXml()
Gets the value of the DvprXml property. |
java.lang.String |
getEncoding()
Gets the value of the encoding property. |
java.lang.Class |
getPrimaryInterface()
|
PropertiesType |
getProperties()
Gets the value of the properties property. |
SelectorsType |
getSelectors()
Gets the value of the selectors property. |
java.lang.String |
getTreatPointersAs()
Gets the value of the treatPointersAs property. |
java.util.List |
getUserNotes()
Gets the value of the UserNotes property. |
java.util.List |
getUserPointers()
Gets the value of the UserPointers property. |
java.math.BigDecimal |
getVersion()
Gets the value of the version 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 |
setBasedOn(java.lang.String value)
Sets the value of the basedOn property. |
void |
setCardId(java.lang.String value)
Sets the value of the cardId property. |
void |
setCommentOn(PointersType value)
Sets the value of the commentOn property. |
void |
setData(ContentAgentContainerLocationType value)
Sets the value of the data property. |
void |
setEncoding(java.lang.String value)
Sets the value of the encoding property. |
void |
setProperties(PropertiesType value)
Sets the value of the properties property. |
void |
setSelectors(SelectorsType value)
Sets the value of the selectors property. |
void |
setTreatPointersAs(java.lang.String value)
Sets the value of the treatPointersAs property. |
void |
setVersion(java.math.BigDecimal value)
Sets the value of the version 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 _CardId
protected com.sun.xml.bind.util.ListImpl _DvprXml
protected java.lang.String _Encoding
protected SelectorsType _Selectors
protected com.sun.xml.bind.util.ListImpl _UserPointers
protected PropertiesType _Properties
protected ContentAgentContainerLocationType _Data
protected com.sun.xml.bind.util.ListImpl _UserNotes
protected java.lang.String _TreatPointersAs
protected com.sun.xml.bind.util.ListImpl _DvprPointers
protected PointersType _CommentOn
protected java.lang.String _BasedOn
protected com.sun.xml.bind.util.ListImpl _DvprNotes
protected java.math.BigDecimal _Version
public static final java.lang.Class version
| Constructor Detail |
|---|
public InfomlTypeImpl()
| Method Detail |
|---|
public java.lang.String getCardId()
InfomlType
getCardId in interface InfomlTypeStringpublic void setCardId(java.lang.String value)
InfomlType
setCardId in interface InfomlTypevalue - allowed object is
Stringprotected com.sun.xml.bind.util.ListImpl _getDvprXml()
public java.util.List getDvprXml()
InfomlType
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 DvprXml property.
For example, to add a new item, do as follows:
getDvprXml().add(newItem);
Objects of the following type(s) are allowed in the list
AnyWithOwnerType
getDvprXml in interface InfomlTypepublic java.lang.String getEncoding()
InfomlType
getEncoding in interface InfomlTypeStringpublic void setEncoding(java.lang.String value)
InfomlType
setEncoding in interface InfomlTypevalue - allowed object is
Stringpublic SelectorsType getSelectors()
InfomlType
getSelectors in interface InfomlTypeSelectorsTypepublic void setSelectors(SelectorsType value)
InfomlType
setSelectors in interface InfomlTypevalue - allowed object is
SelectorsTypeprotected com.sun.xml.bind.util.ListImpl _getUserPointers()
public java.util.List getUserPointers()
InfomlType
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 UserPointers property.
For example, to add a new item, do as follows:
getUserPointers().add(newItem);
Objects of the following type(s) are allowed in the list
ExtendedPointersWithOwnerType
getUserPointers in interface InfomlTypepublic PropertiesType getProperties()
InfomlType
getProperties in interface InfomlTypePropertiesTypepublic void setProperties(PropertiesType value)
InfomlType
setProperties in interface InfomlTypevalue - allowed object is
PropertiesTypepublic ContentAgentContainerLocationType getData()
InfomlType
getData in interface InfomlTypeContentAgentContainerLocationTypepublic void setData(ContentAgentContainerLocationType value)
InfomlType
setData in interface InfomlTypevalue - allowed object is
ContentAgentContainerLocationTypeprotected com.sun.xml.bind.util.ListImpl _getUserNotes()
public java.util.List getUserNotes()
InfomlType
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 UserNotes property.
For example, to add a new item, do as follows:
getUserNotes().add(newItem);
Objects of the following type(s) are allowed in the list
RichTextWithOwnerType
getUserNotes in interface InfomlTypepublic java.lang.String getTreatPointersAs()
InfomlType
getTreatPointersAs in interface InfomlTypeStringpublic void setTreatPointersAs(java.lang.String value)
InfomlType
setTreatPointersAs in interface InfomlTypevalue - allowed object is
Stringprotected com.sun.xml.bind.util.ListImpl _getDvprPointers()
public java.util.List getDvprPointers()
InfomlType
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 DvprPointers property.
For example, to add a new item, do as follows:
getDvprPointers().add(newItem);
Objects of the following type(s) are allowed in the list
ExtendedPointersWithOwnerType
getDvprPointers in interface InfomlTypepublic PointersType getCommentOn()
InfomlType
getCommentOn in interface InfomlTypePointersTypepublic void setCommentOn(PointersType value)
InfomlType
setCommentOn in interface InfomlTypevalue - allowed object is
PointersTypepublic java.lang.String getBasedOn()
InfomlType
getBasedOn in interface InfomlTypeStringpublic void setBasedOn(java.lang.String value)
InfomlType
setBasedOn in interface InfomlTypevalue - allowed object is
Stringprotected com.sun.xml.bind.util.ListImpl _getDvprNotes()
public java.util.List getDvprNotes()
InfomlType
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 DvprNotes property.
For example, to add a new item, do as follows:
getDvprNotes().add(newItem);
Objects of the following type(s) are allowed in the list
RichTextWithOwnerType
getDvprNotes in interface InfomlTypepublic java.math.BigDecimal getVersion()
InfomlType
getVersion in interface InfomlTypeBigDecimalpublic void setVersion(java.math.BigDecimal value)
InfomlType
setVersion in interface InfomlTypevalue - allowed object is
BigDecimalpublic 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.String ____jaxb____getId()
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 | ||||||||