org.apache.woden.internal.wsdl20
Class TypeDefinitionImpl
java.lang.Object
org.apache.woden.internal.wsdl20.TypeDefinitionImpl
- All Implemented Interfaces:
- TypeDefinition
public class TypeDefinitionImpl
- extends java.lang.Object
- implements TypeDefinition
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)
- Author:
- jkaputin@apache.org
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TypeDefinitionImpl
public TypeDefinitionImpl()
getName
public QName getName()
- Specified by:
getName in interface TypeDefinition
getSystem
public java.net.URI getSystem()
- Specified by:
getSystem in interface TypeDefinition
getContentModel
public java.lang.String getContentModel()
- Specified by:
getContentModel in interface TypeDefinition
getContent
public java.lang.Object getContent()
- Specified by:
getContent in interface TypeDefinition
setName
public void setName(QName name)
setSystem
public void setSystem(java.net.URI typeSystemURI)
setContentModel
public void setContentModel(java.lang.String contentModel)
setContent
public void setContent(java.lang.Object typeDefContent)
getFragmentIdentifier
public FragmentIdentifier getFragmentIdentifier()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.