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