org.infoml.jaxb.impl
Class DateWithRoleTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.DateWithRoleTypeImpl
All Implemented Interfaces:
DateWithRoleType

public class DateWithRoleTypeImpl
extends java.lang.Object
implements DateWithRoleType


Nested Class Summary
 class DateWithRoleTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _Role
           
protected  java.io.Serializable _Value
           
static java.lang.Class version
           
 
Constructor Summary
DateWithRoleTypeImpl()
           
 
Method Summary
 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 getRole()
          Gets the value of the role property.
 java.io.Serializable 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 setRole(java.lang.String value)
          Sets the value of the role property.
 void setValue(java.io.Serializable 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.io.Serializable _Value

_Role

protected java.lang.String _Role

version

public static final java.lang.Class version
Constructor Detail

DateWithRoleTypeImpl

public DateWithRoleTypeImpl()
Method Detail

getValue

public java.io.Serializable getValue()
Description copied from interface: DateWithRoleType
Gets the value of the value property.

Specified by:
getValue in interface DateWithRoleType
Returns:
possible object is Calendar Calendar String String

setValue

public void setValue(java.io.Serializable value)
Description copied from interface: DateWithRoleType
Sets the value of the value property.

Specified by:
setValue in interface DateWithRoleType
Parameters:
value - allowed object is Calendar Calendar String String

getRole

public java.lang.String getRole()
Description copied from interface: DateWithRoleType
Gets the value of the role property.

Specified by:
getRole in interface DateWithRoleType
Returns:
possible object is String

setRole

public void setRole(java.lang.String value)
Description copied from interface: DateWithRoleType
Sets the value of the role property.

Specified by:
setRole in interface DateWithRoleType
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()