Class CMElementRefsPropertyInfo<T,C extends T>
java.lang.Object
org.jvnet.basicjaxb.xml.bind.model.concrete.CMPropertyInfo<T,C>
org.jvnet.basicjaxb.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
ConstructorsConstructorDescriptionCMElementRefsPropertyInfo(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
Modifier and TypeMethodDescription<V> VacceptPropertyInfoVisitor(MPropertyInfoVisitor<T, C, V> visitor) booleanbooleanisMixed()booleanMethods inherited from class org.jvnet.basicjaxb.xml.bind.model.concrete.CMPropertyInfo
getClassInfo, getCustomizations, getOrigin, getPrivateName, getPublicName, isCollection, isRequiredMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jvnet.basicjaxb.xml.bind.model.origin.MOriginated
getOriginMethods inherited from interface org.jvnet.basicjaxb.xml.bind.model.MPropertyInfo
getClassInfo, getPrivateName, getPublicName, isCollection, isRequired
-
Constructor Details
-
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 Details
-
getElementTypeInfos
- Specified by:
getElementTypeInfosin interfaceMElementTypeInfos<T,C extends T, MElement<T, C extends T>, MElementOrigin>
-
getWrapperElementName
- Specified by:
getWrapperElementNamein interfaceMWrappable
-
isMixed
public boolean isMixed() -
isDomAllowed
public boolean isDomAllowed()- Specified by:
isDomAllowedin interfaceMWildcard
-
isTypedObjectAllowed
public boolean isTypedObjectAllowed()- Specified by:
isTypedObjectAllowedin interfaceMWildcard
-
acceptPropertyInfoVisitor
- Specified by:
acceptPropertyInfoVisitorin interfaceMPropertyInfo<T,C extends T>
-