Class Parameter


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

      • Parameter

        public Parameter​(String name,
                         Entity entity)
    • Method Detail

      • getEntityName

        public String getEntityName()
      • getName

        public String getName()
      • setName

        public void setName​(String s)
      • setJavaParameter

        public void setJavaParameter​(JavaParameter p)
      • 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)
      • 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​(jakarta.jws.WebParam.Mode mode)
      • isIN

        public boolean isIN()
      • isOUT

        public boolean isOUT()
      • isINOUT

        public boolean isINOUT()