org.apache.woden.internal.wsdl20
Class ElementDeclarationImpl

java.lang.Object
  extended by 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

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()
           
 java.lang.String getContentModel()
           
 FragmentIdentifier getFragmentIdentifier()
           
 QName getName()
           
 java.net.URI getSystem()
           
 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

ElementDeclarationImpl

public ElementDeclarationImpl()
Method Detail

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.