org.apache.axis2.wsdl.codegen.schema
Class XmlElement
java.lang.Object
org.apache.axis2.wsdl.codegen.schema.XmlElement
public class XmlElement
- extends Object
this class represents an xml element
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlElement
public XmlElement()
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.