com.sun.xml.bind.v2.model.impl
Class RuntimeAnyTypeImpl

java.lang.Object
  extended by com.sun.xml.bind.v2.model.impl.AnyTypeImpl<Type,Class>
      extended by com.sun.xml.bind.v2.model.impl.RuntimeAnyTypeImpl
All Implemented Interfaces:
Locatable, NonElement<Type,Class>, TypeInfo<Type,Class>, RuntimeNonElement, RuntimeTypeInfo

final class RuntimeAnyTypeImpl
extends AnyTypeImpl<Type,Class>
implements RuntimeNonElement


Field Summary
(package private) static RuntimeNonElement theInstance
           
 
Fields inherited from interface com.sun.xml.bind.v2.model.core.NonElement
ANYTYPE_NAME
 
Method Summary
<V> Transducer<V>
getTransducer()
          This method doesn't take the reference properties defined on RuntimeNonElementRef into account (such as ID-ness.)
 
Methods inherited from class com.sun.xml.bind.v2.model.impl.AnyTypeImpl
canBeReferencedByIDREF, getLocation, getType, getTypeName, getUpstream, isSimpleType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.NonElement
getTypeName, isSimpleType
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeInfo
canBeReferencedByIDREF, getType
 
Methods inherited from interface com.sun.xml.bind.v2.model.annotation.Locatable
getLocation, getUpstream
 

Field Detail

theInstance

static final RuntimeNonElement theInstance
Method Detail

getTransducer

public <V> Transducer<V> getTransducer()
Description copied from interface: RuntimeNonElement
This method doesn't take the reference properties defined on RuntimeNonElementRef into account (such as ID-ness.)

Specified by:
getTransducer in interface RuntimeNonElement
See Also:
RuntimeNonElementRef.getTransducer()