Class CMElementsPropertyInfo<T,C extends T>
- java.lang.Object
-
- org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMPropertyInfo<T,C>
-
- org.jvnet.jaxb2_commons.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
Constructors Constructor Description CMElementsPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, boolean required, Collection<MElementTypeRef<T,C>> elementTypeInfos, QName wrapperElementName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> VacceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)List<MElementTypeRef<T,C>>getElementTypeInfos()QNamegetWrapperElementName()-
Methods inherited from class org.jvnet.jaxb2_commons.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.jaxb2_commons.xml.bind.model.origin.MOriginated
getOrigin
-
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MPropertyInfo
getClassInfo, getPrivateName, getPublicName, isCollection, isRequired
-
-
-
-
Constructor Detail
-
CMElementsPropertyInfo
public CMElementsPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, boolean required, Collection<MElementTypeRef<T,C>> elementTypeInfos, QName wrapperElementName)
-
-
Method Detail
-
getElementTypeInfos
public List<MElementTypeRef<T,C>> getElementTypeInfos()
- Specified by:
getElementTypeInfosin interfaceMElementTypeInfos<T,C extends T,MElementTypeRef<T,C extends T>,MElementTypeRefOrigin>
-
getWrapperElementName
public QName getWrapperElementName()
- Specified by:
getWrapperElementNamein interfaceMWrappable
-
acceptPropertyInfoVisitor
public <V> V acceptPropertyInfoVisitor(MPropertyInfoVisitor<T,C,V> visitor)
- Specified by:
acceptPropertyInfoVisitorin interfaceMPropertyInfo<T,C extends T>
-
-