|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.internal.wsdl20.TypeDefinitionImpl
public class 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. |
FragmentIdentifier |
getFragmentIdentifier()
|
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)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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)
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 |