|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.bind.v2.model.impl.TypeRefImpl<TypeT,ClassDeclT>
class TypeRefImpl<TypeT,ClassDeclT>
Field Summary | |
---|---|
protected ElementPropertyInfoImpl<TypeT,ClassDeclT,?,?> |
owner
|
Constructor Summary | |
---|---|
TypeRefImpl(ElementPropertyInfoImpl<TypeT,ClassDeclT,?,?> owner,
QName elementName,
TypeT type,
boolean isNillable,
String defaultValue)
|
Method Summary | |
---|---|
String |
getDefaultValue()
The default value for this element if any. |
PropertyInfo<TypeT,ClassDeclT> |
getSource()
Gets the property which is the source of this reference. |
QName |
getTagName()
The associated element name. |
NonElement<TypeT,ClassDeclT> |
getTarget()
Target of the reference. |
boolean |
isNillable()
Returns true if this element is nillable. |
protected void |
link()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final ElementPropertyInfoImpl<TypeT,ClassDeclT,?,?> owner
Constructor Detail |
---|
public TypeRefImpl(ElementPropertyInfoImpl<TypeT,ClassDeclT,?,?> owner, QName elementName, TypeT type, boolean isNillable, String defaultValue)
Method Detail |
---|
public NonElement<TypeT,ClassDeclT> getTarget()
NonElementRef
getTarget
in interface NonElementRef<TypeT,ClassDeclT>
public QName getTagName()
TypeRef
getTagName
in interface TypeRef<TypeT,ClassDeclT>
public boolean isNillable()
TypeRef
isNillable
in interface TypeRef<TypeT,ClassDeclT>
public String getDefaultValue()
TypeRef
getDefaultValue
in interface TypeRef<TypeT,ClassDeclT>
protected void link()
public PropertyInfo<TypeT,ClassDeclT> getSource()
NonElementRef
getSource
in interface NonElementRef<TypeT,ClassDeclT>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |