|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.internal.wsdl20.ElementDeclarationImpl
public class ElementDeclarationImpl
This class represents an ElementDeclaration property of the Description component. It refers to a global element declaration provided by the underlying type system (e.g. XML Schema)
Field Summary |
---|
Fields inherited from interface org.apache.woden.wsdl20.ElementDeclaration |
---|
API_APACHE_WS_XS, API_W3C_DOM |
Constructor Summary | |
---|---|
ElementDeclarationImpl()
|
Method Summary | |
---|---|
java.lang.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. |
java.lang.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. |
java.net.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(java.lang.Object elementContent)
|
void |
setContentModel(java.lang.String contentModel)
|
void |
setName(QName name)
|
void |
setSystem(java.net.URI typeSystemURI)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ElementDeclarationImpl()
Method Detail |
---|
public QName getName()
ElementDeclaration
getName
in interface ElementDeclaration
public java.net.URI getSystem()
ElementDeclaration
getSystem
in interface ElementDeclaration
public java.lang.String getContentModel()
ElementDeclaration
getContent()
method.
For example:
getContentModel
in interface ElementDeclaration
public java.lang.Object getContent()
ElementDeclaration
getContentModel()
method.
getContent
in interface ElementDeclaration
public void setName(QName name)
public void setSystem(java.net.URI typeSystemURI)
public void setContentModel(java.lang.String contentModel)
public void setContent(java.lang.Object elementContent)
public FragmentIdentifier getFragmentIdentifier()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |