public class ObjectRefType extends IdentifiableType
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>
| Constructor and Description |
|---|
ObjectRefType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCreateReplica()
Gets the value of the createReplica property.
|
void |
setCreateReplica(Boolean value)
Sets the value of the createReplica property.
|
Copyright © 2010–2025. All rights reserved.