public abstract class ApplicationBinding extends Object implements oracle.fmwplatform.envspec.common.ContainerAware<Domain>
GenericDataSourceBinding,
MultiDataSourceBinding| Constructor and Description |
|---|
ApplicationBinding() |
| Modifier and Type | Method and Description |
|---|---|
Domain |
getParent()
Returns the object that contains this entity
|
String |
getResourceRef()
Returns the ID of the resource that this binding applies.
|
ApplicationBinding |
setParent(Domain container)
Sets the container object that contains this.
|
ApplicationBinding |
setResourceRef(String resourceId) |
abstract String |
toCompactString()
Returns a compact string representation of the object in XML format.
|
abstract String |
toJsonCompactString()
Returns a compact string representation of the object in JSON format.
|
abstract String |
toJsonString()
Returns a string representation of the object in JSON format.
|
abstract String |
toString()
Returns a string representation of the object in XML format.
|
abstract String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
abstract String |
toXmlString()
Returns a string representation of the object in XML format.
|
public String getResourceRef()
public ApplicationBinding setResourceRef(String resourceId)
public Domain getParent()
oracle.fmwplatform.envspec.common.ContainerAwaregetParent in interface oracle.fmwplatform.envspec.common.ContainerAware<Domain>public ApplicationBinding setParent(Domain container)
oracle.fmwplatform.envspec.common.ContainerAwaresetParent in interface oracle.fmwplatform.envspec.common.ContainerAware<Domain>container - the parent containerpublic abstract String toXmlCompactString()
public abstract String toXmlString()
public abstract String toJsonCompactString()
public abstract String toJsonString()
public abstract String toCompactString()