| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.Query |
Known Direct Subclasses
|
Java class for Query complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Query">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="repositories" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="transientId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| repositories | |||||||||||
| transientId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the repositories property.
| |||||||||||
Gets the value of the transientId property.
| |||||||||||
Sets the value of the transientId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the repositories 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 repositories property.
For example, to add a new item, do as follows:
getRepositories().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the transientId property.
Sets the value of the transientId property.
| value | Allowed object is String |
|---|