org.chur.ant.db.jdbsynch.jaxb.impl
Class ValueImpl

java.lang.Object
  extended by org.chur.ant.db.jdbsynch.jaxb.impl.ValueImpl
All Implemented Interfaces:
com.sun.xml.bind.serializer.XMLSerializable, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.validator.ValidatableObject, Value

public class ValueImpl
extends java.lang.Object
implements Value, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.serializer.XMLSerializable, com.sun.xml.bind.validator.ValidatableObject


Nested Class Summary
 class ValueImpl.Unmarshaller
           
 
Field Summary
protected  boolean _Null
           
protected  java.lang.String _StringValue
           
protected  boolean has_Null
           
 
Constructor Summary
ValueImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 java.lang.Class getPrimaryInterface()
           
 java.lang.Class getPrimaryInterfaceClass()
           
 java.lang.String getStringValue()
           
 com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
           
 boolean isNull()
           
 boolean isSetNull()
           
 boolean isSetStringValue()
           
 void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void setNull(boolean value)
           
 void setStringValue(java.lang.String value)
           
 void unsetNull()
           
 void unsetStringValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

has_Null

protected boolean has_Null

_Null

protected boolean _Null

_StringValue

protected java.lang.String _StringValue
Constructor Detail

ValueImpl

public ValueImpl()
Method Detail

isNull

public boolean isNull()
Specified by:
isNull in interface Value

setNull

public void setNull(boolean value)
Specified by:
setNull in interface Value

isSetNull

public boolean isSetNull()
Specified by:
isSetNull in interface Value

unsetNull

public void unsetNull()
Specified by:
unsetNull in interface Value

getStringValue

public java.lang.String getStringValue()
Specified by:
getStringValue in interface Value

setStringValue

public void setStringValue(java.lang.String value)
Specified by:
setStringValue in interface Value

isSetStringValue

public boolean isSetStringValue()
Specified by:
isSetStringValue in interface Value

unsetStringValue

public void unsetStringValue()
Specified by:
unsetStringValue in interface Value

getUnmarshaller

public com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
Specified by:
getUnmarshaller in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

getPrimaryInterfaceClass

public java.lang.Class getPrimaryInterfaceClass()
Specified by:
getPrimaryInterfaceClass in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

serializeElements

public void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
                       throws org.xml.sax.SAXException
Specified by:
serializeElements in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
                         throws org.xml.sax.SAXException
Specified by:
serializeAttributes in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributeBodies

public void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
                              throws org.xml.sax.SAXException
Specified by:
serializeAttributeBodies in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Specified by:
getPrimaryInterface in interface com.sun.xml.bind.validator.ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Specified by:
createRawValidator in interface com.sun.xml.bind.validator.ValidatableObject