public interface RegistryType extends RegistryObjectType
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RegistryType.ConformanceProfile
An XML conformanceProfile(@).
|
static class |
RegistryType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlbeans.GDuration |
getCatalogingLatency()
Gets the "catalogingLatency" attribute
|
RegistryType.ConformanceProfile.Enum |
getConformanceProfile()
Gets the "conformanceProfile" attribute
|
java.lang.String |
getOperator()
Gets the "operator" attribute
|
org.apache.xmlbeans.GDuration |
getReplicationSyncLatency()
Gets the "replicationSyncLatency" attribute
|
java.lang.String |
getSpecificationVersion()
Gets the "specificationVersion" attribute
|
boolean |
isSetCatalogingLatency()
True if has "catalogingLatency" attribute
|
boolean |
isSetConformanceProfile()
True if has "conformanceProfile" attribute
|
boolean |
isSetReplicationSyncLatency()
True if has "replicationSyncLatency" attribute
|
void |
setCatalogingLatency(org.apache.xmlbeans.GDuration catalogingLatency)
Sets the "catalogingLatency" attribute
|
void |
setConformanceProfile(RegistryType.ConformanceProfile.Enum conformanceProfile)
Sets the "conformanceProfile" attribute
|
void |
setOperator(java.lang.String operator)
Sets the "operator" attribute
|
void |
setReplicationSyncLatency(org.apache.xmlbeans.GDuration replicationSyncLatency)
Sets the "replicationSyncLatency" attribute
|
void |
setSpecificationVersion(java.lang.String specificationVersion)
Sets the "specificationVersion" attribute
|
void |
unsetCatalogingLatency()
Unsets the "catalogingLatency" attribute
|
void |
unsetConformanceProfile()
Unsets the "conformanceProfile" attribute
|
void |
unsetReplicationSyncLatency()
Unsets the "replicationSyncLatency" attribute
|
org.apache.xmlbeans.XmlDuration |
xgetCatalogingLatency()
Gets (as xml) the "catalogingLatency" attribute
|
RegistryType.ConformanceProfile |
xgetConformanceProfile()
Gets (as xml) the "conformanceProfile" attribute
|
ReferenceURI |
xgetOperator()
Gets (as xml) the "operator" attribute
|
org.apache.xmlbeans.XmlDuration |
xgetReplicationSyncLatency()
Gets (as xml) the "replicationSyncLatency" attribute
|
org.apache.xmlbeans.XmlString |
xgetSpecificationVersion()
Gets (as xml) the "specificationVersion" attribute
|
void |
xsetCatalogingLatency(org.apache.xmlbeans.XmlDuration catalogingLatency)
Sets (as xml) the "catalogingLatency" attribute
|
void |
xsetConformanceProfile(RegistryType.ConformanceProfile conformanceProfile)
Sets (as xml) the "conformanceProfile" attribute
|
void |
xsetOperator(ReferenceURI operator)
Sets (as xml) the "operator" attribute
|
void |
xsetReplicationSyncLatency(org.apache.xmlbeans.XmlDuration replicationSyncLatency)
Sets (as xml) the "replicationSyncLatency" attribute
|
void |
xsetSpecificationVersion(org.apache.xmlbeans.XmlString specificationVersion)
Sets (as xml) the "specificationVersion" attribute
|
addNewClassification, addNewDescription, addNewExternalIdentifier, addNewName, addNewVersionInfo, getClassificationArray, getClassificationArray, getDescription, getExternalIdentifierArray, getExternalIdentifierArray, getLid, getName, getObjectType, getStatus, getVersionInfo, insertNewClassification, insertNewExternalIdentifier, isSetDescription, isSetLid, isSetName, isSetObjectType, isSetStatus, isSetVersionInfo, removeClassification, removeExternalIdentifier, setClassificationArray, setClassificationArray, setDescription, setExternalIdentifierArray, setExternalIdentifierArray, setLid, setName, setObjectType, setStatus, setVersionInfo, sizeOfClassificationArray, sizeOfExternalIdentifierArray, unsetDescription, unsetLid, unsetName, unsetObjectType, unsetStatus, unsetVersionInfo, xgetLid, xgetObjectType, xgetStatus, xsetLid, xsetObjectType, xsetStatusaddNewSlot, getHome, getId, getSlotArray, getSlotArray, insertNewSlot, isSetHome, removeSlot, setHome, setId, setSlotArray, setSlotArray, sizeOfSlotArray, unsetHome, xgetHome, xgetId, xsetHome, xsetIdchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextjava.lang.String getOperator()
ReferenceURI xgetOperator()
void setOperator(java.lang.String operator)
void xsetOperator(ReferenceURI operator)
java.lang.String getSpecificationVersion()
org.apache.xmlbeans.XmlString xgetSpecificationVersion()
void setSpecificationVersion(java.lang.String specificationVersion)
void xsetSpecificationVersion(org.apache.xmlbeans.XmlString specificationVersion)
org.apache.xmlbeans.GDuration getReplicationSyncLatency()
org.apache.xmlbeans.XmlDuration xgetReplicationSyncLatency()
boolean isSetReplicationSyncLatency()
void setReplicationSyncLatency(org.apache.xmlbeans.GDuration replicationSyncLatency)
void xsetReplicationSyncLatency(org.apache.xmlbeans.XmlDuration replicationSyncLatency)
void unsetReplicationSyncLatency()
org.apache.xmlbeans.GDuration getCatalogingLatency()
org.apache.xmlbeans.XmlDuration xgetCatalogingLatency()
boolean isSetCatalogingLatency()
void setCatalogingLatency(org.apache.xmlbeans.GDuration catalogingLatency)
void xsetCatalogingLatency(org.apache.xmlbeans.XmlDuration catalogingLatency)
void unsetCatalogingLatency()
RegistryType.ConformanceProfile.Enum getConformanceProfile()
RegistryType.ConformanceProfile xgetConformanceProfile()
boolean isSetConformanceProfile()
void setConformanceProfile(RegistryType.ConformanceProfile.Enum conformanceProfile)
void xsetConformanceProfile(RegistryType.ConformanceProfile conformanceProfile)
void unsetConformanceProfile()
Copyright © 2015–2018 52north.org. All rights reserved.