Class CMAnyElementPropertyInfo<T,C extends T>
java.lang.Object
org.jvnet.basicjaxb.xml.bind.model.concrete.CMPropertyInfo<T,C>
org.jvnet.basicjaxb.xml.bind.model.concrete.CMAnyElementPropertyInfo<T,C>
- All Implemented Interfaces:
MAnyElementPropertyInfo<T,,C> MCustomizable,MMixable,MPropertyInfo<T,,C> MWildcard,MOriginated<MPropertyInfoOrigin>
public class CMAnyElementPropertyInfo<T,C extends T>
extends CMPropertyInfo<T,C>
implements MAnyElementPropertyInfo<T,C>
-
Constructor Summary
ConstructorsConstructorDescriptionCMAnyElementPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T, C> classInfo, String privateName, boolean collection, boolean required, 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
-
CMAnyElementPropertyInfo
public CMAnyElementPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T, C> classInfo, String privateName, boolean collection, boolean required, boolean mixed, boolean domAllowed, boolean typedObjectAllowed)
-
-
Method Details
-
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>
-