Class CMElementRefsPropertyInfo<T,C extends T>
- java.lang.Object
-
- org.jvnet.jaxb.xml.bind.model.concrete.CMPropertyInfo<T,C>
-
- org.jvnet.jaxb.xml.bind.model.concrete.CMElementRefsPropertyInfo<T,C>
-
- All Implemented Interfaces:
MCustomizable,MElementRefsPropertyInfo<T,C>,MElementTypeInfos<T,C,MElement<T,C>,MElementOrigin>,MMixable,MPropertyInfo<T,C>,MWildcard,MWrappable,MOriginated<MPropertyInfoOrigin>
public class CMElementRefsPropertyInfo<T,C extends T> extends CMPropertyInfo<T,C> implements MElementRefsPropertyInfo<T,C>
-
-
Constructor Summary
Constructors Constructor Description CMElementRefsPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, boolean required, Collection<MElement<T,C>> elementTypeInfos, QName wrapperElementName, boolean mixed, boolean domAllowed, boolean typedObjectAllowed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> VacceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)List<MElement<T,C>>getElementTypeInfos()QNamegetWrapperElementName()booleanisDomAllowed()booleanisMixed()booleanisTypedObjectAllowed()-
Methods inherited from class org.jvnet.jaxb.xml.bind.model.concrete.CMPropertyInfo
getClassInfo, getCustomizations, getOrigin, getPrivateName, getPublicName, isCollection, isRequired
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.origin.MOriginated
getOrigin
-
Methods inherited from interface org.jvnet.jaxb.xml.bind.model.MPropertyInfo
getClassInfo, getPrivateName, getPublicName, isCollection, isRequired
-
-
-
-
Constructor Detail
-
CMElementRefsPropertyInfo
public CMElementRefsPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, boolean required, Collection<MElement<T,C>> elementTypeInfos, QName wrapperElementName, boolean mixed, boolean domAllowed, boolean typedObjectAllowed)
-
-
Method Detail
-
getElementTypeInfos
public List<MElement<T,C>> getElementTypeInfos()
- Specified by:
getElementTypeInfosin interfaceMElementTypeInfos<T,C extends T,MElement<T,C extends T>,MElementOrigin>
-
getWrapperElementName
public QName getWrapperElementName()
- Specified by:
getWrapperElementNamein interfaceMWrappable
-
isDomAllowed
public boolean isDomAllowed()
- Specified by:
isDomAllowedin interfaceMWildcard
-
isTypedObjectAllowed
public boolean isTypedObjectAllowed()
- Specified by:
isTypedObjectAllowedin interfaceMWildcard
-
acceptPropertyInfoVisitor
public <V> V acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)
- Specified by:
acceptPropertyInfoVisitorin interfaceMPropertyInfo<T,C extends T>
-
-