@CodingStyleguideUnaware 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:4.0}RegistryObjectType">
<attribute name="baseURL" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="operator" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}objectReferenceType" />
<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="PT0S" />
<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>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
RegistryType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
RegistryType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RegistryType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getBaseURL()
Gets the value of the baseURL property.
|
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.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setBaseURL(String value)
Sets the value of the baseURL 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.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
addClassification, addExternalIdentifier, addExternalLink, cloneTo, getClassification, getClassificationAtIndex, getClassificationCount, getDescription, getExternalIdentifier, getExternalIdentifierAtIndex, getExternalIdentifierCount, getExternalLink, getExternalLinkAtIndex, getExternalLinkCount, getLid, getName, getObjectType, getOwner, getStatus, getVersionInfo, hasClassificationEntries, hasExternalIdentifierEntries, hasExternalLinkEntries, hasNoClassificationEntries, hasNoExternalIdentifierEntries, hasNoExternalLinkEntries, setClassification, setDescription, setExternalIdentifier, setExternalLink, setLid, setName, setObjectType, setOwner, setStatus, setVersionInfocloneTo, getId, setIdaddSlot, cloneTo, getSlot, getSlotAtIndex, getSlotCount, hasNoSlotEntries, hasSlotEntries, setSlotpublic RegistryType()
@Nullable public String getBaseURL()
Stringpublic void setBaseURL(@Nullable String value)
value - allowed object is
String@Nullable public String getOperator()
Stringpublic void setOperator(@Nullable String value)
value - allowed object is
String@Nullable public String getSpecificationVersion()
Stringpublic void setSpecificationVersion(@Nullable String value)
value - allowed object is
String@Nullable public Duration getReplicationSyncLatency()
Durationpublic void setReplicationSyncLatency(@Nullable Duration value)
value - allowed object is
Duration@Nullable public Duration getCatalogingLatency()
Durationpublic void setCatalogingLatency(@Nullable Duration value)
value - allowed object is
Duration@Nullable public String getConformanceProfile()
Stringpublic void setConformanceProfile(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
equals in class RegistryObjectTypepublic int hashCode()
hashCode in class RegistryObjectTypepublic String toString()
toString in class RegistryObjectTypepublic void cloneTo(@Nonnull RegistryType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public RegistryType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class RegistryObjectTypenull.Copyright © 2020 TOOP. All rights reserved.