org.infoml.jaxb.impl
Class NonnullTokenWithOwnerTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.NonnullTokenWithOwnerTypeImpl
All Implemented Interfaces:
NonnullTokenWithOwnerType

public class NonnullTokenWithOwnerTypeImpl
extends java.lang.Object
implements NonnullTokenWithOwnerType


Nested Class Summary
 class NonnullTokenWithOwnerTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _Owner
           
protected  java.lang.String _Value
           
static java.lang.Class version
           
 
Constructor Summary
NonnullTokenWithOwnerTypeImpl()
           
 
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 getOwner()
          Gets the value of the owner 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 setOwner(java.lang.String value)
          Sets the value of the owner 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
 

Field Detail

_Owner

protected java.lang.String _Owner

_Value

protected java.lang.String _Value

version

public static final java.lang.Class version
Constructor Detail

NonnullTokenWithOwnerTypeImpl

public NonnullTokenWithOwnerTypeImpl()
Method Detail

getOwner

public java.lang.String getOwner()
Description copied from interface: NonnullTokenWithOwnerType
Gets the value of the owner property.

Specified by:
getOwner in interface NonnullTokenWithOwnerType
Returns:
possible object is String

setOwner

public void setOwner(java.lang.String value)
Description copied from interface: NonnullTokenWithOwnerType
Sets the value of the owner property.

Specified by:
setOwner in interface NonnullTokenWithOwnerType
Parameters:
value - allowed object is String

getValue

public java.lang.String getValue()
Description copied from interface: NonnullTokenWithOwnerType
Used for a token that must have at least one character in it.

Specified by:
getValue in interface NonnullTokenWithOwnerType
Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Description copied from interface: NonnullTokenWithOwnerType
Used for a token that must have at least one character in it.

Specified by:
setValue in interface NonnullTokenWithOwnerType
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()