Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.io.oml.internal.model.generated.oml
Class ParamType

java.lang.Object
  extended by eu.esdihumboldt.hale.io.oml.internal.model.generated.oml.ParamType

public class ParamType
extends Object

Java class for paramType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="paramType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  List<String> value
           
 
Constructor Summary
ParamType()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 List<String> getValue()
          Gets the value of the value property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

value

protected List<String> value
Constructor Detail

ParamType

public ParamType()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getValue

public List<String> getValue()
Gets the value of the value property.

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 value property.

For example, to add a new item, do as follows:

    getValue().add(newItem);
 

Objects of the following type(s) are allowed in the list String


Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d