public class ElementDeclarationImpl extends Object implements ElementDeclaration
API_APACHE_WS_XS, API_W3C_DOM
Constructor and Description |
---|
ElementDeclarationImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
getContent()
Returns the underlying element declaration as a java.lang.Object, which should
be cast to the appropriate type as indicated by the
getContentModel()
method. |
String |
getContentModel()
Indicates the type of object model or API which should be used to
access the content of the underlying element declaration.
|
FragmentIdentifier |
getFragmentIdentifier() |
QName |
getName()
Representing the {name} property of the ElementDeclaration component, this
method returns the qualified name of this ElementDeclaration.
|
URI |
getSystem()
Representing the {system} property of the ElementDeclaration component, this
method indicates the type system from which this element declaration is derived.
|
void |
setContent(Object elementContent) |
void |
setContentModel(String contentModel) |
void |
setName(QName name) |
void |
setSystem(URI typeSystemURI) |
String |
toString() |
public QName getName()
ElementDeclaration
getName
in interface ElementDeclaration
public URI getSystem()
ElementDeclaration
getSystem
in interface ElementDeclaration
public String getContentModel()
ElementDeclaration
getContent()
method.
For example:
getContentModel
in interface ElementDeclaration
public Object getContent()
ElementDeclaration
getContentModel()
method.getContent
in interface ElementDeclaration
public void setName(QName name)
public void setSystem(URI typeSystemURI)
public void setContentModel(String contentModel)
public void setContent(Object elementContent)
public FragmentIdentifier getFragmentIdentifier()
Copyright © 2005–2016 Apache Software Foundation. All rights reserved.