Class paramValueType
- java.lang.Object
-
- com.sun.xml.rpc.processor.modeler.j2ee.xml.BaseType
-
- com.sun.xml.rpc.processor.modeler.j2ee.xml.ComplexType
-
- com.sun.xml.rpc.processor.modeler.j2ee.xml.paramValueType
-
- All Implemented Interfaces:
Serializable
public class paramValueType extends ComplexType
This class represents the complex type- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.xml.rpc.processor.modeler.j2ee.xml.BaseType
factory, simpleDateFormat, xmlAttr, xmlElement
-
-
Constructor Summary
Constructors Constructor Description paramValueType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description descriptionTypegetDescription(int index)intgetDescriptionCount()StringgetId()stringgetParamName()xsdStringTypegetParamValue()booleanremoveDescription(int index)booleanremoveId()booleanremoveParamName()booleanremoveParamValue()voidsetDescription(int index, descriptionType description)voidsetId(String id)voidsetParamName(string paramName)voidsetParamValue(xsdStringType paramValue)-
Methods inherited from class com.sun.xml.rpc.processor.modeler.j2ee.xml.ComplexType
getAttributeBooleanValue, getAttributeByteValue, getAttributeDateValue, getAttributeDoubleValue, getAttributeFloatValue, getAttributeIntegerValue, getAttributeLongValue, getAttributeNames, getAttributeShortValue, getAttributeValue, getAttributeValue, getElementBooleanValue, getElementByteValue, getElementDateValue, getElementDoubleValue, getElementFloatValue, getElementIntegerValue, getElementLongValue, getElementShortValue, removeAttribute, removeElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue
-
Methods inherited from class com.sun.xml.rpc.processor.modeler.j2ee.xml.BaseType
getElementBooleanValue, getElementByteValue, getElementDateValue, getElementDoubleValue, getElementFloatValue, getElementIntegerValue, getElementLongValue, getElementName, getElementShortValue, getElementValue, getElementValue, getElementValue, getElementValue, getElementValue, getXMLAttribute, getXMLElement, removeElement, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setFactory, setXMLAttribute, setXMLElement, sizeOfElement, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue
-
-
-
-
Method Detail
-
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()
-
-