Class CMElementsPropertyInfo<T,C extends T>
java.lang.Object
org.jvnet.basicjaxb.xml.bind.model.concrete.CMPropertyInfo<T,C>
org.jvnet.basicjaxb.xml.bind.model.concrete.CMElementsPropertyInfo<T,C>
- All Implemented Interfaces:
MCustomizable,MElementsPropertyInfo<T,,C> MElementTypeInfos<T,,C, MElementTypeRef<T, C>, MElementTypeRefOrigin> MPropertyInfo<T,,C> MWrappable,MOriginated<MPropertyInfoOrigin>
public class CMElementsPropertyInfo<T,C extends T>
extends CMPropertyInfo<T,C>
implements MElementsPropertyInfo<T,C>
-
Constructor Summary
ConstructorsConstructorDescriptionCMElementsPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T, C> classInfo, String privateName, boolean collection, boolean required, Collection<MElementTypeRef<T, C>> elementTypeInfos, QName wrapperElementName) -
Method Summary
Modifier and TypeMethodDescription<V> VacceptPropertyInfoVisitor(MPropertyInfoVisitor<T, C, V> visitor) Methods 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
-
CMElementsPropertyInfo
public CMElementsPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T, C> classInfo, String privateName, boolean collection, boolean required, Collection<MElementTypeRef<T, C>> elementTypeInfos, QName wrapperElementName)
-
-
Method Details
-
getElementTypeInfos
- Specified by:
getElementTypeInfosin interfaceMElementTypeInfos<T,C extends T, MElementTypeRef<T, C extends T>, MElementTypeRefOrigin>
-
getWrapperElementName
- Specified by:
getWrapperElementNamein interfaceMWrappable
-
acceptPropertyInfoVisitor
- Specified by:
acceptPropertyInfoVisitorin interfaceMPropertyInfo<T,C extends T>
-