org.codehaus.xfire.gen.jsr181
Class AbstractServiceGenerator.ParamInfo

java.lang.Object
  extended by org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator.ParamInfo
Enclosing class:
AbstractServiceGenerator

public static class AbstractServiceGenerator.ParamInfo
extends java.lang.Object


Constructor Summary
AbstractServiceGenerator.ParamInfo(com.sun.codemodel.JType paramType, java.lang.String name)
           
AbstractServiceGenerator.ParamInfo(com.sun.codemodel.JType paramType, java.lang.String name, boolean header)
           
 
Method Summary
 javax.xml.namespace.QName getName()
           
 com.sun.codemodel.JType getParamType()
           
 org.codehaus.xfire.service.MessagePartInfo getPart()
           
 java.lang.String getVarName()
           
 boolean isHeader()
           
 boolean isIn()
           
 boolean isOut()
           
 void setHeader(boolean header)
           
 void setIn(boolean in)
           
 void setName(javax.xml.namespace.QName name)
           
 void setOut(boolean out)
           
 void setParamType(com.sun.codemodel.JType paramType)
           
 void setPart(org.codehaus.xfire.service.MessagePartInfo part)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractServiceGenerator.ParamInfo

public AbstractServiceGenerator.ParamInfo(com.sun.codemodel.JType paramType,
                                          java.lang.String name)

AbstractServiceGenerator.ParamInfo

public AbstractServiceGenerator.ParamInfo(com.sun.codemodel.JType paramType,
                                          java.lang.String name,
                                          boolean header)
Method Detail

getPart

public org.codehaus.xfire.service.MessagePartInfo getPart()

setPart

public void setPart(org.codehaus.xfire.service.MessagePartInfo part)

setParamType

public void setParamType(com.sun.codemodel.JType paramType)

getName

public javax.xml.namespace.QName getName()

setName

public void setName(javax.xml.namespace.QName name)

isHeader

public boolean isHeader()

setHeader

public void setHeader(boolean header)

isIn

public boolean isIn()

setIn

public void setIn(boolean in)

isOut

public boolean isOut()

setOut

public void setOut(boolean out)

getParamType

public com.sun.codemodel.JType getParamType()

getVarName

public java.lang.String getVarName()


Copyright © 2004-2011. All Rights Reserved.