oasis.names.tc.ebxml_regrep.xsd.rim._3
Class ObjectRefType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
      extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.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 Summary
protected  java.lang.Boolean createReplica
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
home, id, slots
 
Constructor Summary
ObjectRefType()
           
 
Method Summary
 boolean isCreateReplica()
          Gets the value of the createReplica property.
 void setCreateReplica(java.lang.Boolean value)
          Sets the value of the createReplica property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
getHome, getId, getSlots, setHome, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

createReplica

protected java.lang.Boolean createReplica
Constructor Detail

ObjectRefType

public ObjectRefType()
Method Detail

isCreateReplica

public boolean isCreateReplica()
Gets the value of the createReplica property.

Returns:
possible object is Boolean

setCreateReplica

public void setCreateReplica(java.lang.Boolean value)
Sets the value of the createReplica property.

Parameters:
value - allowed object is Boolean