public class XMLRoot extends Object
Constructor and Description |
---|
XMLRoot() |
Modifier and Type | Method and Description |
---|---|
Class |
getDeclaredType() |
String |
getEncoding() |
String |
getLocalName() |
String |
getNamespaceURI() |
String |
getNoNamespaceSchemaLocation() |
Object |
getObject() |
org.eclipse.persistence.internal.oxm.XPathFragment |
getRootFragment()
INTERNAL:
|
String |
getSchemaLocation() |
QName |
getSchemaType() |
String |
getXMLVersion() |
boolean |
isNil() |
void |
setDeclaredType(Class type) |
void |
setEncoding(String encoding) |
void |
setLocalName(String name)
Set the element name.
|
void |
setNamespaceURI(String rootElementUri) |
void |
setNil(boolean nil) |
void |
setNoNamespaceSchemaLocation(String noNamespaceSchemaLocation) |
void |
setObject(Object rootObject) |
void |
setSchemaLocation(String schemaLocation) |
void |
setSchemaType(QName schemaType) |
void |
setVersion(String version) |
public Object getObject()
public String getLocalName()
public String getNamespaceURI()
public void setObject(Object rootObject)
public void setLocalName(String name)
qualifiedName
- a fully qualified element namepublic void setNamespaceURI(String rootElementUri)
public org.eclipse.persistence.internal.oxm.XPathFragment getRootFragment()
public String getEncoding()
public void setEncoding(String encoding)
public String getXMLVersion()
public void setVersion(String version)
public String getSchemaLocation()
public void setSchemaLocation(String schemaLocation)
public String getNoNamespaceSchemaLocation()
public void setNoNamespaceSchemaLocation(String noNamespaceSchemaLocation)
public void setSchemaType(QName schemaType)
public QName getSchemaType()
public void setDeclaredType(Class type)
public Class getDeclaredType()
public boolean isNil()
public void setNil(boolean nil)
EclipseLink 2.3.2, "build v20111125-r10461" API Reference