Class Parameter

java.lang.Object
com.sun.tools.ws.processor.model.ModelObject
com.sun.tools.ws.processor.model.Parameter

public class Parameter extends ModelObject
Author:
WS Development Team
  • Constructor Details

  • Method Details

    • getEntityName

      public String getEntityName()
    • getName

      public String getName()
    • setName

      public void setName(String s)
    • getJavaParameter

      public JavaParameter getJavaParameter()
    • setJavaParameter

      public void setJavaParameter(JavaParameter p)
    • getType

      public AbstractType getType()
    • setType

      public void setType(AbstractType t)
    • getTypeName

      public String getTypeName()
    • setTypeName

      public void setTypeName(String t)
    • getBlock

      public Block getBlock()
    • setBlock

      public void setBlock(Block d)
    • getLinkedParameter

      public Parameter getLinkedParameter()
    • setLinkedParameter

      public void setLinkedParameter(Parameter p)
    • isEmbedded

      public boolean isEmbedded()
    • setEmbedded

      public void setEmbedded(boolean b)
    • accept

      public void accept(ModelVisitor visitor) throws Exception
      Specified by:
      accept in class ModelObject
      Throws:
      Exception
    • getParameterIndex

      public int getParameterIndex()
    • setParameterIndex

      public void setParameterIndex(int parameterOrderPosition)
    • isReturn

      public boolean isReturn()
    • getCustomName

      public String getCustomName()
      Returns:
      Returns the customName.
    • setCustomName

      public void setCustomName(String customName)
      Parameters:
      customName - The customName to set.
    • getAnnotations

      public List<String> getAnnotations()
      Returns:
      Returns the annotations.
    • setAnnotations

      public void setAnnotations(List<String> annotations)
      Parameters:
      annotations - The annotations to set.
    • setMode

      public void setMode(WebParam.Mode mode)
    • isIN

      public boolean isIN()
    • isOUT

      public boolean isOUT()
    • isINOUT

      public boolean isINOUT()