org.infoml.jaxb.impl
Class PointersTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.PointersTypeImpl
All Implemented Interfaces:
PointersType
Direct Known Subclasses:
ExtendedPointersTypeImpl

public class PointersTypeImpl
extends java.lang.Object
implements PointersType


Nested Class Summary
 class PointersTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _Notes
           
protected  RichPointerType _ParentPtr
           
protected  com.sun.xml.bind.util.ListImpl _Ptr
           
static java.lang.Class version
           
 
Constructor Summary
PointersTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getPtr()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
           
 java.lang.String getNotes()
          Gets the value of the notes property.
 RichPointerType getParentPtr()
          Gets the value of the parentPtr property.
 java.lang.Class getPrimaryInterface()
           
 java.util.List getPtr()
          Gets the value of the Ptr 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 setNotes(java.lang.String value)
          Sets the value of the notes property.
 void setParentPtr(RichPointerType value)
          Sets the value of the parentPtr property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_ParentPtr

protected RichPointerType _ParentPtr

_Notes

protected java.lang.String _Notes

_Ptr

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

version

public static final java.lang.Class version
Constructor Detail

PointersTypeImpl

public PointersTypeImpl()
Method Detail

getParentPtr

public RichPointerType getParentPtr()
Description copied from interface: PointersType
Gets the value of the parentPtr property.

Specified by:
getParentPtr in interface PointersType
Returns:
possible object is RichPointerType

setParentPtr

public void setParentPtr(RichPointerType value)
Description copied from interface: PointersType
Sets the value of the parentPtr property.

Specified by:
setParentPtr in interface PointersType
Parameters:
value - allowed object is RichPointerType

getNotes

public java.lang.String getNotes()
Description copied from interface: PointersType
Gets the value of the notes property.

Specified by:
getNotes in interface PointersType
Returns:
possible object is String

setNotes

public void setNotes(java.lang.String value)
Description copied from interface: PointersType
Sets the value of the notes property.

Specified by:
setNotes in interface PointersType
Parameters:
value - allowed object is String

_getPtr

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

getPtr

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

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

    getPtr().add(newItem);
 

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

Specified by:
getPtr in interface PointersType

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