Class ViewObjectRef
java.lang.Object
oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the keyValues property.getName()
Gets the value of the name property.Gets the value of the usingWhereClause property.Gets the value of the viewObjectLoader property.void
Sets the value of the keyValues property.void
Sets the value of the name property.void
setUsingWhereClause
(String value) Sets the value of the usingWhereClause property.void
setViewObjectLoader
(String value) Sets the value of the viewObjectLoader property.
-
Constructor Details
-
ViewObjectRef
public ViewObjectRef()
-
-
Method Details
-
getKeyValues
Gets the value of the keyValues property.- Returns:
- possible object is
ViewObjectRef.KeyValues
-
setKeyValues
Sets the value of the keyValues property.- Parameters:
value
- allowed object isViewObjectRef.KeyValues
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getViewObjectLoader
Gets the value of the viewObjectLoader property.- Returns:
- possible object is
String
-
setViewObjectLoader
Sets the value of the viewObjectLoader property.- Parameters:
value
- allowed object isString
-
getUsingWhereClause
Gets the value of the usingWhereClause property.- Returns:
- possible object is
String
-
setUsingWhereClause
Sets the value of the usingWhereClause property.- Parameters:
value
- allowed object isString
-