org.infoml.jaxb.impl
Class NonnullTokenWithSeparatorTypeImpl
java.lang.Object
org.infoml.jaxb.impl.NonnullTokenWithSeparatorTypeImpl
- All Implemented Interfaces:
- NonnullTokenWithSeparatorType
public class NonnullTokenWithSeparatorTypeImpl
- extends java.lang.Object
- implements NonnullTokenWithSeparatorType
Method Summary |
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
|
org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler |
createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
|
java.lang.String |
getPreSeparator()
Gets the value of the preSeparator property. |
java.lang.Class |
getPrimaryInterface()
|
java.lang.String |
getValue()
Used for a token that must have at least one character
in it. |
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 |
setPreSeparator(java.lang.String value)
Sets the value of the preSeparator property. |
void |
setValue(java.lang.String value)
Used for a token that must have at least one character
in it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_Value
protected java.lang.String _Value
_PreSeparator
protected java.lang.String _PreSeparator
version
public static final java.lang.Class version
NonnullTokenWithSeparatorTypeImpl
public NonnullTokenWithSeparatorTypeImpl()
getValue
public java.lang.String getValue()
- Description copied from interface:
NonnullTokenWithSeparatorType
- Used for a token that must have at least one character
in it.
- Specified by:
getValue
in interface NonnullTokenWithSeparatorType
- Returns:
- possible object is
String
setValue
public void setValue(java.lang.String value)
- Description copied from interface:
NonnullTokenWithSeparatorType
- Used for a token that must have at least one character
in it.
- Specified by:
setValue
in interface NonnullTokenWithSeparatorType
- Parameters:
value
- allowed object is
String
getPreSeparator
public java.lang.String getPreSeparator()
- Description copied from interface:
NonnullTokenWithSeparatorType
- Gets the value of the preSeparator property.
- Specified by:
getPreSeparator
in interface NonnullTokenWithSeparatorType
- Returns:
- possible object is
String
setPreSeparator
public void setPreSeparator(java.lang.String value)
- Description copied from interface:
NonnullTokenWithSeparatorType
- Sets the value of the preSeparator property.
- Specified by:
setPreSeparator
in interface NonnullTokenWithSeparatorType
- 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()