org.apache.axis2.wsdl.codegen.schema
Class XmlElement

java.lang.Object
  extended by org.apache.axis2.wsdl.codegen.schema.XmlElement

public class XmlElement
extends Object

this class represents an xml element


Constructor Summary
XmlElement()
           
 
Method Summary
 String getName()
           
 String getNamespace()
           
 Element getSchemaElement(Document document, Map namespacePrefixMap)
           
 QName getType()
           
 void setName(String name)
           
 void setNamespace(String namespace)
           
 void setType(QName type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlElement

public XmlElement()
Method Detail

getSchemaElement

public Element getSchemaElement(Document document,
                                Map namespacePrefixMap)

getNamespace

public String getNamespace()

setNamespace

public void setNamespace(String namespace)

getName

public String getName()

setName

public void setName(String name)

getType

public QName getType()

setType

public void setType(QName type)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.