public class Resource extends Extension implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension"> <sequence> <element name="reference" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ResourceRef |
reference |
Constructor and Description |
---|
Resource() |
Modifier and Type | Method and Description |
---|---|
ResourceRef |
getReference()
Gets the value of the reference property.
|
void |
setReference(ResourceRef value)
Sets the value of the reference property.
|
getExtension, setExtension
protected ResourceRef reference
public ResourceRef getReference()
ResourceRef
public void setReference(ResourceRef value)
value
- allowed object is
ResourceRef