Class ObjectRefType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.IdentifiableType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.ObjectRefType
Use to reference an Object by its id.
Specifies the id attribute of the object as its id attribute.
id attribute in ObjectAttributes is exactly the same syntax and semantics as
id attribute in RegistryObject.
Java class for ObjectRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectRefType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}IdentifiableType"> <attribute name="createReplica" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.IdentifiableType
home, id, slot
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the createReplica property.void
setCreateReplica
(Boolean value) Sets the value of the createReplica property.
-
Field Details
-
createReplica
-
-
Constructor Details
-
ObjectRefType
public ObjectRefType()
-
-
Method Details