|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryType
public class 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 | |
---|---|
protected javax.xml.datatype.Duration |
catalogingLatency
|
protected java.lang.String |
conformanceProfile
|
protected java.lang.String |
operator
|
protected javax.xml.datatype.Duration |
replicationSyncLatency
|
protected java.lang.String |
specificationVersion
|
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType |
---|
classifications, description, externalIdentifiers, lid, name, objectType, status, versionInfo |
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType |
---|
home, id, slots |
Constructor Summary | |
---|---|
RegistryType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType |
---|
getClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo |
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType |
---|
getHome, getId, getSlots, setHome, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String operator
protected java.lang.String specificationVersion
protected javax.xml.datatype.Duration replicationSyncLatency
protected javax.xml.datatype.Duration catalogingLatency
protected java.lang.String conformanceProfile
Constructor Detail |
---|
public RegistryType()
Method Detail |
---|
public java.lang.String getOperator()
String
public void setOperator(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSpecificationVersion()
String
public void setSpecificationVersion(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.Duration getReplicationSyncLatency()
Duration
public void setReplicationSyncLatency(javax.xml.datatype.Duration value)
value
- allowed object is
Duration
public javax.xml.datatype.Duration getCatalogingLatency()
Duration
public void setCatalogingLatency(javax.xml.datatype.Duration value)
value
- allowed object is
Duration
public java.lang.String getConformanceProfile()
String
public void setConformanceProfile(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |