org.codehaus.xfire.wsdl11.parser
Class SchemaInfo

java.lang.Object
  extended by org.codehaus.xfire.wsdl11.parser.SchemaInfo

public class SchemaInfo
extends Object


Constructor Summary
SchemaInfo()
           
 
Method Summary
 javax.wsdl.Definition getDefinition()
           
 org.apache.ws.commons.schema.XmlSchema getSchema()
           
 Element getSchemaElement()
           
 boolean isImported()
           
 void setDefinition(javax.wsdl.Definition definition)
           
 void setImported(boolean imported)
           
 void setSchema(org.apache.ws.commons.schema.XmlSchema schema)
           
 void setSchemaElement(Element schemaElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaInfo

public SchemaInfo()
Method Detail

isImported

public boolean isImported()

setImported

public void setImported(boolean imported)

getDefinition

public javax.wsdl.Definition getDefinition()

setDefinition

public void setDefinition(javax.wsdl.Definition definition)

getSchema

public org.apache.ws.commons.schema.XmlSchema getSchema()

setSchema

public void setSchema(org.apache.ws.commons.schema.XmlSchema schema)

getSchemaElement

public Element getSchemaElement()

setSchemaElement

public void setSchemaElement(Element schemaElement)


Copyright © 2004-2013. All Rights Reserved.