org.infoml.jaxb.impl
Class CodeTypeImpl.PreImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.CodeTypeImpl.PreImpl
All Implemented Interfaces:
javax.xml.bind.Element, CodeType.Pre
Enclosing class:
CodeTypeImpl

public static class CodeTypeImpl.PreImpl
extends java.lang.Object
implements CodeType.Pre


Nested Class Summary
 class CodeTypeImpl.PreImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _Value
           
static java.lang.Class version
           
 
Constructor Summary
CodeTypeImpl.PreImpl()
           
CodeTypeImpl.PreImpl(java.lang.String value)
           
 
Method Summary
 java.lang.String ____jaxb_ri____getLocalName()
           
 java.lang.String ____jaxb_ri____getNamespaceURI()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
           
 java.lang.Class getPrimaryInterface()
           
 java.lang.String getValue()
          Gets the value of the value 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 setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Value

protected java.lang.String _Value

version

public static final java.lang.Class version
Constructor Detail

CodeTypeImpl.PreImpl

public CodeTypeImpl.PreImpl()

CodeTypeImpl.PreImpl

public CodeTypeImpl.PreImpl(java.lang.String value)
Method Detail

____jaxb_ri____getNamespaceURI

public java.lang.String ____jaxb_ri____getNamespaceURI()

____jaxb_ri____getLocalName

public java.lang.String ____jaxb_ri____getLocalName()

getValue

public java.lang.String getValue()
Description copied from interface: CodeType.Pre
Gets the value of the value property.

Specified by:
getValue in interface CodeType.Pre
Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Description copied from interface: CodeType.Pre
Sets the value of the value property.

Specified by:
setValue in interface CodeType.Pre
Parameters:
value - allowed object is String

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