Class RegistryType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.IdentifiableType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryType
Mapping of the same named interface in ebRIM.
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>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Duration
protected String
protected String
protected Duration
protected String
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
classification, description, externalIdentifier, lid, name, objectType, status, versionInfo
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.IdentifiableType
home, id, slot
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the catalogingLatency property.Gets the value of the conformanceProfile property.Gets the value of the operator property.Gets the value of the replicationSyncLatency property.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
Sets the value of the replicationSyncLatency property.void
setSpecificationVersion
(String value) Sets the value of the specificationVersion property.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo
-
Field Details
-
operator
-
specificationVersion
-
replicationSyncLatency
-
catalogingLatency
-
conformanceProfile
-
-
Constructor Details
-
RegistryType
public RegistryType()
-
-
Method Details
-
getOperator
Gets the value of the operator property.- Returns:
- possible object is
String
-
setOperator
Sets the value of the operator property.- Parameters:
value
- allowed object isString
-
getSpecificationVersion
Gets the value of the specificationVersion property.- Returns:
- possible object is
String
-
setSpecificationVersion
Sets the value of the specificationVersion property.- Parameters:
value
- allowed object isString
-
getReplicationSyncLatency
Gets the value of the replicationSyncLatency property.- Returns:
- possible object is
Duration
-
setReplicationSyncLatency
Sets the value of the replicationSyncLatency property.- Parameters:
value
- allowed object isDuration
-
getCatalogingLatency
Gets the value of the catalogingLatency property.- Returns:
- possible object is
Duration
-
setCatalogingLatency
Sets the value of the catalogingLatency property.- Parameters:
value
- allowed object isDuration
-
getConformanceProfile
Gets the value of the conformanceProfile property.- Returns:
- possible object is
String
-
setConformanceProfile
Sets the value of the conformanceProfile property.- Parameters:
value
- allowed object isString
-