public class RegistryType extends RegistryObjectType
Java class for RegistryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistryType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
<attribute name="operator" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
<attribute name="specificationVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="replicationSyncLatency" type="{http://www.w3.org/2001/XMLSchema}duration" default="P1D" />
<attribute name="catalogingLatency" type="{http://www.w3.org/2001/XMLSchema}duration" default="P1D" />
<attribute name="conformanceProfile" default="registryLite">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NCName">
<enumeration value="registryFull"/>
<enumeration value="registryLite"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RegistryType() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getCatalogingLatency()
Gets the value of the catalogingLatency property.
|
String |
getConformanceProfile()
Gets the value of the conformanceProfile property.
|
String |
getOperator()
Gets the value of the operator property.
|
Duration |
getReplicationSyncLatency()
Gets the value of the replicationSyncLatency property.
|
String |
getSpecificationVersion()
Gets the value of the specificationVersion property.
|
void |
setCatalogingLatency(Duration value)
Sets the value of the catalogingLatency property.
|
void |
setConformanceProfile(String value)
Sets the value of the conformanceProfile property.
|
void |
setOperator(String value)
Sets the value of the operator property.
|
void |
setReplicationSyncLatency(Duration value)
Sets the value of the replicationSyncLatency property.
|
void |
setSpecificationVersion(String value)
Sets the value of the specificationVersion property.
|
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfopublic String getOperator()
Stringpublic void setOperator(String value)
value - allowed object is
Stringpublic String getSpecificationVersion()
Stringpublic void setSpecificationVersion(String value)
value - allowed object is
Stringpublic Duration getReplicationSyncLatency()
Durationpublic void setReplicationSyncLatency(Duration value)
value - allowed object is
Durationpublic Duration getCatalogingLatency()
Durationpublic void setCatalogingLatency(Duration value)
value - allowed object is
Durationpublic String getConformanceProfile()
StringCopyright © 2010–2025. All rights reserved.