oasis.names.tc.ebxml_regrep.xsd.rim._3
Class ObjectRefType
java.lang.Object
oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createReplica
protected Boolean createReplica
ObjectRefType
public ObjectRefType()
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
Copyright © 2010-2011. All Rights Reserved.