public class RegistryObjectType extends IdentifiableType
Java class for RegistryObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistryObjectType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}IdentifiableType">
<sequence minOccurs="0">
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Name" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Description" minOccurs="0"/>
<element name="VersionInfo" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}VersionInfoType" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Classification" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ExternalIdentifier" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="lid" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="objectType" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
<attribute name="status" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RegistryObjectType() |
| Modifier and Type | Method and Description |
|---|---|
List<ClassificationType> |
getClassification()
Gets the value of the classification property.
|
InternationalStringType |
getDescription()
Gets the value of the description property.
|
List<ExternalIdentifierType> |
getExternalIdentifier()
Gets the value of the externalIdentifier property.
|
String |
getLid()
Gets the value of the lid property.
|
InternationalStringType |
getName()
Gets the value of the name property.
|
String |
getObjectType()
Gets the value of the objectType property.
|
String |
getStatus()
Gets the value of the status property.
|
VersionInfoType |
getVersionInfo()
Gets the value of the versionInfo property.
|
void |
setDescription(InternationalStringType value)
Sets the value of the description property.
|
void |
setLid(String value)
Sets the value of the lid property.
|
void |
setName(InternationalStringType value)
Sets the value of the name property.
|
void |
setObjectType(String value)
Sets the value of the objectType property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setVersionInfo(VersionInfoType value)
Sets the value of the versionInfo property.
|
public InternationalStringType getName()
InternationalStringTypepublic void setName(InternationalStringType value)
value - allowed object is
InternationalStringTypepublic InternationalStringType getDescription()
InternationalStringTypepublic void setDescription(InternationalStringType value)
value - allowed object is
InternationalStringTypepublic VersionInfoType getVersionInfo()
VersionInfoTypepublic void setVersionInfo(VersionInfoType value)
value - allowed object is
VersionInfoTypepublic List<ClassificationType> getClassification()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the classification property.
For example, to add a new item, do as follows:
getClassification().add(newItem);
Objects of the following type(s) are allowed in the list
ClassificationType
public List<ExternalIdentifierType> getExternalIdentifier()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the externalIdentifier property.
For example, to add a new item, do as follows:
getExternalIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalIdentifierType
public String getLid()
Stringpublic void setLid(String value)
value - allowed object is
Stringpublic String getObjectType()
Stringpublic void setObjectType(String value)
value - allowed object is
Stringpublic String getStatus()
StringCopyright © 2010–2025. All rights reserved.