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

public class ObjectRefType extends IdentifiableType
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 Details

    • createReplica

      protected Boolean createReplica
  • Constructor Details

    • ObjectRefType

      public ObjectRefType()
  • Method Details

    • isCreateReplica

      public boolean isCreateReplica()
      Gets the value of the createReplica property.
      Returns:
      possible object is Boolean
    • setCreateReplica

      public void setCreateReplica(Boolean value)
      Sets the value of the createReplica property.
      Parameters:
      value - allowed object is Boolean