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 |
|---|---|
javax.xml.datatype.Duration |
getCatalogingLatency()
Gets the value of the catalogingLatency property.
|
java.lang.String |
getConformanceProfile()
Gets the value of the conformanceProfile property.
|
java.lang.String |
getOperator()
Gets the value of the operator property.
|
javax.xml.datatype.Duration |
getReplicationSyncLatency()
Gets the value of the replicationSyncLatency property.
|
java.lang.String |
getSpecificationVersion()
Gets the value of the specificationVersion property.
|
void |
setCatalogingLatency(javax.xml.datatype.Duration value)
Sets the value of the catalogingLatency property.
|
void |
setConformanceProfile(java.lang.String value)
Sets the value of the conformanceProfile property.
|
void |
setOperator(java.lang.String value)
Sets the value of the operator property.
|
void |
setReplicationSyncLatency(javax.xml.datatype.Duration value)
Sets the value of the replicationSyncLatency property.
|
void |
setSpecificationVersion(java.lang.String value)
Sets the value of the specificationVersion property.
|
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfopublic java.lang.String getOperator()
Stringpublic void setOperator(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSpecificationVersion()
Stringpublic void setSpecificationVersion(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.Duration getReplicationSyncLatency()
Durationpublic void setReplicationSyncLatency(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic javax.xml.datatype.Duration getCatalogingLatency()
Durationpublic void setCatalogingLatency(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic java.lang.String getConformanceProfile()
Stringpublic void setConformanceProfile(java.lang.String value)
value - allowed object is
String