org.apache.woden.internal.wsdl20
Class ElementDeclarationImpl
java.lang.Object
org.apache.woden.internal.wsdl20.ElementDeclarationImpl
- All Implemented Interfaces:
- ElementDeclaration
public class ElementDeclarationImpl
- extends java.lang.Object
- implements ElementDeclaration
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)
- Author:
- jkaputin@apache.org
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ElementDeclarationImpl
public ElementDeclarationImpl()
getName
public QName getName()
- Specified by:
getName in interface ElementDeclaration
getSystem
public java.net.URI getSystem()
- Specified by:
getSystem in interface ElementDeclaration
getContentModel
public java.lang.String getContentModel()
- Specified by:
getContentModel in interface ElementDeclaration
getContent
public java.lang.Object getContent()
- Specified by:
getContent in interface ElementDeclaration
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 elementContent)
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.