com.sun.xml.bind.v2.model.impl

Class ERPropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>

abstract class ERPropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> extends PropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>

Common part of ElementPropertyInfoImpl and ReferencePropertyInfoImpl.
Constructor Summary
ERPropertyInfoImpl(ClassInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> classInfo, PropertySeed<TypeT,ClassDeclT,FieldT,MethodT> propertySeed)
Method Summary
QNamegetXmlName()
Gets the wrapper element name.
booleanisCollectionNillable()
booleanisCollectionRequired()

Constructor Detail

ERPropertyInfoImpl

public ERPropertyInfoImpl(ClassInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> classInfo, PropertySeed<TypeT,ClassDeclT,FieldT,MethodT> propertySeed)

Method Detail

getXmlName

public final QName getXmlName()
Gets the wrapper element name.

isCollectionNillable

public final boolean isCollectionNillable()

isCollectionRequired

public final boolean isCollectionRequired()