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()
ElementDeclarationgetName in interface ElementDeclarationpublic URI getSystem()
ElementDeclarationgetSystem in interface ElementDeclarationpublic String getContentModel()
ElementDeclarationgetContent() method.
For example:
getContentModel in interface ElementDeclarationpublic Object getContent()
ElementDeclarationgetContentModel()
method.getContent in interface ElementDeclarationpublic void setName(QName name)
public void setSystem(URI typeSystemURI)
public void setContentModel(String contentModel)
public void setContent(Object elementContent)
public FragmentIdentifier getFragmentIdentifier()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.