org.jvnet.jaxb2_commons.xml.bind.model.concrete
Class CMElementRefsPropertyInfo<T,C>
java.lang.Object
org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMPropertyInfo<T,C>
org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMElementRefsPropertyInfo<T,C>
- All Implemented Interfaces:
- MElementRefsPropertyInfo<T,C>, MElementTypeInfos<T,C>, MMixable, MPropertyInfo<T,C>, MWildcard, MWrappable, MOriginated<MPropertyInfoOrigin>
public class CMElementRefsPropertyInfo<T,C>
- extends CMPropertyInfo<T,C>
- implements MElementRefsPropertyInfo<T,C>
Constructor Summary |
CMElementRefsPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
Collection<MElementTypeInfo<T,C>> elementTypeInfos,
QName wrapperElementName,
boolean mixed,
boolean domAllowed,
boolean typedObjectAllowed)
|
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.origin.MOriginated |
getOrigin |
CMElementRefsPropertyInfo
public CMElementRefsPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
Collection<MElementTypeInfo<T,C>> elementTypeInfos,
QName wrapperElementName,
boolean mixed,
boolean domAllowed,
boolean typedObjectAllowed)
getElementTypeInfos
public List<MElementTypeInfo<T,C>> getElementTypeInfos()
- Specified by:
getElementTypeInfos
in interface MElementTypeInfos<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.