org.jvnet.jaxb2_commons.xml.bind.model.concrete
Class CMElementRefPropertyInfo<T,C>

java.lang.Object
  extended by org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMPropertyInfo<T,C>
      extended by org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMElementRefPropertyInfo<T,C>
All Implemented Interfaces:
MElementRefPropertyInfo<T,C>, MElementTypeInfo<T,C>, MMixable, MPropertyInfo<T,C>, MTyped<T,C>, MWildcard, MWrappable, MOriginated<MPropertyInfoOrigin>

public class CMElementRefPropertyInfo<T,C>
extends CMPropertyInfo<T,C>
implements MElementRefPropertyInfo<T,C>


Constructor Summary
CMElementRefPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, MTypeInfo<T,C> typeInfo, QName elementName, QName wrapperElementName, boolean mixed, boolean domAllowed, boolean typedObjectAllowed)
           
 
Method Summary
<V> V
acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)
           
 QName getElementName()
           
 MTypeInfo<T,C> getTypeInfo()
           
 QName getWrapperElementName()
           
 boolean isDomAllowed()
           
 boolean isMixed()
           
 boolean isTypedObjectAllowed()
           
 
Methods inherited from class org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMPropertyInfo
getClassInfo, getOrigin, getPrivateName, getPublicName, isCollection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MPropertyInfo
getClassInfo, getPrivateName, getPublicName, isCollection
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.origin.MOriginated
getOrigin
 

Constructor Detail

CMElementRefPropertyInfo

public CMElementRefPropertyInfo(MPropertyInfoOrigin origin,
                                MClassInfo<T,C> classInfo,
                                String privateName,
                                boolean collection,
                                MTypeInfo<T,C> typeInfo,
                                QName elementName,
                                QName wrapperElementName,
                                boolean mixed,
                                boolean domAllowed,
                                boolean typedObjectAllowed)
Method Detail

getTypeInfo

public MTypeInfo<T,C> getTypeInfo()
Specified by:
getTypeInfo in interface MTyped<T,C>

getElementName

public QName getElementName()
Specified by:
getElementName in interface MElementTypeInfo<T,C>

getWrapperElementName

public QName getWrapperElementName()
Specified by:
getWrapperElementName in interface MWrappable

isMixed

public boolean isMixed()
Specified by:
isMixed in interface MMixable

isDomAllowed

public boolean isDomAllowed()
Specified by:
isDomAllowed in interface MWildcard

isTypedObjectAllowed

public boolean isTypedObjectAllowed()
Specified by:
isTypedObjectAllowed in interface MWildcard

acceptPropertyInfoVisitor

public <V> V acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)
Specified by:
acceptPropertyInfoVisitor in interface MPropertyInfo<T,C>


Copyright © 2005-2012. All Rights Reserved.