public class TypeExtent extends Object
Java class for TypeExtent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TypeExtent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="collectionType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="count" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="definition" type="{urn:tooling.soap.sforce.com}AttributeDefinition" maxOccurs="unbounded" minOccurs="0"/>
<element name="extent" type="{urn:tooling.soap.sforce.com}HeapAddress" maxOccurs="unbounded" minOccurs="0"/>
<element name="totalSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="typeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
collectionType |
protected int |
count |
protected List<AttributeDefinition> |
definition |
protected List<HeapAddress> |
extent |
protected int |
totalSize |
protected String |
typeName |
| Constructor and Description |
|---|
TypeExtent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionType()
Gets the value of the collectionType property.
|
int |
getCount()
Gets the value of the count property.
|
List<AttributeDefinition> |
getDefinition()
Gets the value of the definition property.
|
List<HeapAddress> |
getExtent()
Gets the value of the extent property.
|
int |
getTotalSize()
Gets the value of the totalSize property.
|
String |
getTypeName()
Gets the value of the typeName property.
|
void |
setCollectionType(String value)
Sets the value of the collectionType property.
|
void |
setCount(int value)
Sets the value of the count property.
|
void |
setTotalSize(int value)
Sets the value of the totalSize property.
|
void |
setTypeName(String value)
Sets the value of the typeName property.
|
protected String collectionType
protected int count
protected List<AttributeDefinition> definition
protected List<HeapAddress> extent
protected int totalSize
protected String typeName
public String getCollectionType()
Stringpublic void setCollectionType(String value)
value - allowed object is
Stringpublic int getCount()
public void setCount(int value)
public List<AttributeDefinition> getDefinition()
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 definition property.
For example, to add a new item, do as follows:
getDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeDefinition
public List<HeapAddress> getExtent()
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 extent property.
For example, to add a new item, do as follows:
getExtent().add(newItem);
Objects of the following type(s) are allowed in the list
HeapAddress
public int getTotalSize()
public void setTotalSize(int value)
public String getTypeName()
StringCopyright © 2016. All rights reserved.