Class paramValueType

All Implemented Interfaces:
Serializable

public class paramValueType extends ComplexType
This class represents the complex type
See Also:
  • Constructor Details

    • paramValueType

      public paramValueType()
  • Method Details

    • setDescription

      public void setDescription(int index, descriptionType description)
    • getDescription

      public descriptionType getDescription(int index)
    • getDescriptionCount

      public int getDescriptionCount()
    • removeDescription

      public boolean removeDescription(int index)
    • setParamName

      public void setParamName(string paramName)
    • getParamName

      public string getParamName()
    • removeParamName

      public boolean removeParamName()
    • setParamValue

      public void setParamValue(xsdStringType paramValue)
    • getParamValue

      public xsdStringType getParamValue()
    • removeParamValue

      public boolean removeParamValue()
    • setId

      public void setId(String id)
    • getId

      public String getId()
    • removeId

      public boolean removeId()