org.infoml.jaxb.impl
Class CaptionTypeImpl
java.lang.Object
org.infoml.jaxb.impl.CaptionTypeImpl
- All Implemented Interfaces:
- CaptionType
public class CaptionTypeImpl
- extends java.lang.Object
- implements CaptionType
Field Summary |
protected java.lang.String |
_Align
|
protected java.lang.String |
_Value
|
static java.lang.Class |
version
|
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 |
getAlign()
Gets the value of the align property. |
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 |
setAlign(java.lang.String value)
Sets the value of the align property. |
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 |
_Value
protected java.lang.String _Value
_Align
protected java.lang.String _Align
version
public static final java.lang.Class version
CaptionTypeImpl
public CaptionTypeImpl()
getValue
public java.lang.String getValue()
- Description copied from interface:
CaptionType
- Gets the value of the value property.
- Specified by:
getValue
in interface CaptionType
- Returns:
- possible object is
String
setValue
public void setValue(java.lang.String value)
- Description copied from interface:
CaptionType
- Sets the value of the value property.
- Specified by:
setValue
in interface CaptionType
- Parameters:
value
- allowed object is
String
getAlign
public java.lang.String getAlign()
- Description copied from interface:
CaptionType
- Gets the value of the align property.
- Specified by:
getAlign
in interface CaptionType
- Returns:
- possible object is
String
setAlign
public void setAlign(java.lang.String value)
- Description copied from interface:
CaptionType
- Sets the value of the align property.
- Specified by:
setAlign
in interface CaptionType
- 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()