public class Add extends Object
Java class for add complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="add">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value1" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="value2" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
value1 |
protected int |
value2 |
| Constructor and Description |
|---|
Add() |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue1()
Gets the value of the value1 property.
|
int |
getValue2()
Gets the value of the value2 property.
|
void |
setValue1(int value)
Sets the value of the value1 property.
|
void |
setValue2(int value)
Sets the value of the value2 property.
|
public int getValue1()
public void setValue1(int value)
public int getValue2()
public void setValue2(int value)
Copyright © 2021 Oracle Corporation. All Rights Reserved.