public class HeapAddress extends Object
Java class for HeapAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeapAddress">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="symbols" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="value" type="{urn:tooling.soap.sforce.com}StateValue"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected int |
size |
protected List<String> |
symbols |
protected StateValue |
value |
| Constructor and Description |
|---|
HeapAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
int |
getSize()
Gets the value of the size property.
|
List<String> |
getSymbols()
Gets the value of the symbols property.
|
StateValue |
getValue()
Gets the value of the value property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setSize(int value)
Sets the value of the size property.
|
void |
setValue(StateValue value)
Sets the value of the value property.
|
protected String address
protected int size
protected StateValue value
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic int getSize()
public void setSize(int value)
public List<String> getSymbols()
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 symbols property.
For example, to add a new item, do as follows:
getSymbols().add(newItem);
Objects of the following type(s) are allowed in the list
String
public StateValue getValue()
StateValuepublic void setValue(StateValue value)
value - allowed object is
StateValueCopyright © 2016. All rights reserved.