org.infoml.jaxb.impl
Class NonnullTokenWithOwnerReplaceTypeImpl

java.lang.Object
  extended by org.infoml.jaxb.impl.NonnullTokenWithOwnerReplaceTypeImpl
All Implemented Interfaces:
NonnullTokenWithOwnerReplaceType

public class NonnullTokenWithOwnerReplaceTypeImpl
extends java.lang.Object
implements NonnullTokenWithOwnerReplaceType


Nested Class Summary
 class NonnullTokenWithOwnerReplaceTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _Owner
           
protected  boolean _ReplaceOriginal
           
protected  java.lang.String _Value
           
protected  boolean has_ReplaceOriginal
           
static java.lang.Class version
           
 
Constructor Summary
NonnullTokenWithOwnerReplaceTypeImpl()
           
 
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.
 boolean isReplaceOriginal()
          Gets the value of the replaceOriginal 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 setOwner(java.lang.String value)
          Sets the value of the owner property.
 void setReplaceOriginal(boolean value)
          Sets the value of the replaceOriginal 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

has_ReplaceOriginal

protected boolean has_ReplaceOriginal

_ReplaceOriginal

protected boolean _ReplaceOriginal

version

public static final java.lang.Class version
Constructor Detail

NonnullTokenWithOwnerReplaceTypeImpl

public NonnullTokenWithOwnerReplaceTypeImpl()
Method Detail

getOwner

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

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

setOwner

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

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

getValue

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

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

setValue

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

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

isReplaceOriginal

public boolean isReplaceOriginal()
Description copied from interface: NonnullTokenWithOwnerReplaceType
Gets the value of the replaceOriginal property.

Specified by:
isReplaceOriginal in interface NonnullTokenWithOwnerReplaceType

setReplaceOriginal

public void setReplaceOriginal(boolean value)
Description copied from interface: NonnullTokenWithOwnerReplaceType
Sets the value of the replaceOriginal property.

Specified by:
setReplaceOriginal in interface NonnullTokenWithOwnerReplaceType

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