public class ParamValueType extends Object
Java-Klasse für param-valueType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="param-valueType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/> <element name="param-name" type="{http://java.sun.com/xml/ns/javaee}string"/> <element name="param-value" type="{http://java.sun.com/xml/ns/javaee}xsdStringType"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<DescriptionType> |
description |
protected String |
id |
protected String |
paramName |
protected XsdStringType |
paramValue |
Constructor and Description |
---|
ParamValueType() |
Modifier and Type | Method and Description |
---|---|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
String |
getParamName()
Ruft den Wert der paramName-Eigenschaft ab.
|
XsdStringType |
getParamValue()
Ruft den Wert der paramValue-Eigenschaft ab.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setParamName(String value)
Legt den Wert der paramName-Eigenschaft fest.
|
void |
setParamValue(XsdStringType value)
Legt den Wert der paramValue-Eigenschaft fest.
|
protected List<DescriptionType> description
protected String paramName
protected XsdStringType paramValue
protected String id
public List<DescriptionType> getDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public String getParamName()
String
public void setParamName(String value)
value
- allowed object is
String
public XsdStringType getParamValue()
XsdStringType
public void setParamValue(XsdStringType value)
value
- allowed object is
XsdStringType
Copyright © 2015 buschmais GbR. All rights reserved.