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

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

public class XmlImport
extends Object

this class represents an xml schema import


Constructor Summary
XmlImport()
           
 
Method Summary
 String getTargetNamespace()
           
 Element getXmlSchemaElement(Document document)
           
 void setTargetNamespace(String targetNamespace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlImport

public XmlImport()
Method Detail

getTargetNamespace

public String getTargetNamespace()

setTargetNamespace

public void setTargetNamespace(String targetNamespace)

getXmlSchemaElement

public Element getXmlSchemaElement(Document document)


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