javax.xml.bind
Class JAXBElement<T>
java.lang.Object
javax.xml.bind.JAXBElement<T>
- All Implemented Interfaces:
- Serializable
public class JAXBElement<T>
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected final QName name
declaredType
protected final Class<T> declaredType
scope
protected final Class scope
value
protected T value
nil
protected boolean nil
JAXBElement
public JAXBElement(QName name,
Class<T> declaredType,
Class scope,
T value)
JAXBElement
public JAXBElement(QName name,
Class<T> declaredType,
T value)
getDeclaredType
public Class<T> getDeclaredType()
getName
public QName getName()
setValue
public void setValue(T value)
getValue
public T getValue()
getScope
public Class getScope()
isNil
public boolean isNil()
setNil
public void setNil(boolean nil)
isGlobalScope
public boolean isGlobalScope()
isTypeSubstituted
public boolean isTypeSubstituted()
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.