public class ViewObjectRef
extends java.lang.Object
Java class for ViewObjectRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewObjectRef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="keyValues">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="viewObjectLoader" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="usingWhereClause" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewObjectRef.KeyValues
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
ViewObjectRef() |
| Modifier and Type | Method and Description |
|---|---|
ViewObjectRef.KeyValues |
getKeyValues()
Gets the value of the keyValues property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getUsingWhereClause()
Gets the value of the usingWhereClause property.
|
java.lang.String |
getViewObjectLoader()
Gets the value of the viewObjectLoader property.
|
void |
setKeyValues(ViewObjectRef.KeyValues value)
Sets the value of the keyValues property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setUsingWhereClause(java.lang.String value)
Sets the value of the usingWhereClause property.
|
void |
setViewObjectLoader(java.lang.String value)
Sets the value of the viewObjectLoader property.
|
public ViewObjectRef.KeyValues getKeyValues()
ViewObjectRef.KeyValuespublic void setKeyValues(ViewObjectRef.KeyValues value)
value - allowed object is ViewObjectRef.KeyValuespublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getViewObjectLoader()
Stringpublic void setViewObjectLoader(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getUsingWhereClause()
Stringpublic void setUsingWhereClause(java.lang.String value)
value - allowed object is String