@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public class PARAMETERINTEGER extends Object implements Serializable
Java class for PARAMETERINTEGER complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="PARAMETERINTEGER">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>int">
       <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
id  | 
protected int | 
value  | 
| Constructor and Description | 
|---|
PARAMETERINTEGER()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getID()
Gets the value of the id property. 
 | 
int | 
getValue()
Gets the value of the value property. 
 | 
void | 
setID(String value)
Sets the value of the id property. 
 | 
void | 
setValue(int value)
Sets the value of the value property. 
 | 
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected int value
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public int getValue()
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setValue(int value)
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getID()
StringCopyright © 2014–2019 Delft University of Technology. All rights reserved.