org.codehaus.xfire.xmlbeans.generator
Class WSDLInspector.Parameter

java.lang.Object
  extended by org.codehaus.xfire.xmlbeans.generator.WSDLInspector.Parameter
Enclosing class:
WSDLInspector

public class WSDLInspector.Parameter
extends java.lang.Object


Constructor Summary
WSDLInspector.Parameter()
           
 
Method Summary
 java.lang.String getName()
           
 org.apache.xmlbeans.SchemaType getType()
           
 void setName(java.lang.String name)
           
 void setType(org.apache.xmlbeans.SchemaType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLInspector.Parameter

public WSDLInspector.Parameter()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getType

public org.apache.xmlbeans.SchemaType getType()

setType

public void setType(org.apache.xmlbeans.SchemaType type)