public class ListRequestType extends Object
Java class for ListRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:lookup}ManagedObjectReference"/>
<element name="filterCriteria" type="{urn:lookup}LookupServiceRegistrationFilter" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected LookupServiceRegistrationFilter |
filterCriteria |
| Constructor and Description |
|---|
ListRequestType() |
| Modifier and Type | Method and Description |
|---|---|
LookupServiceRegistrationFilter |
getFilterCriteria()
Gets the value of the filterCriteria property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setFilterCriteria(LookupServiceRegistrationFilter value)
Sets the value of the filterCriteria property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected LookupServiceRegistrationFilter filterCriteria
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic LookupServiceRegistrationFilter getFilterCriteria()
LookupServiceRegistrationFilterpublic void setFilterCriteria(LookupServiceRegistrationFilter value)
value - allowed object is
LookupServiceRegistrationFilterCopyright © 2016. All Rights Reserved.