oasis.names.tc.ebxml_regrep.xsd.rim._3
Class RegistryPackageType
java.lang.Object
oasis.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.RegistryPackageType
public class RegistryPackageType
- extends RegistryObjectType
RegistryPackage is the mapping of the same named interface in ebRIM.
It extends RegistryObject.
A RegistryPackage is a named collection of objects.
Java class for RegistryPackageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistryPackageType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
<sequence>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectList" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType |
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
registryObjectList
protected RegistryObjectListType registryObjectList
RegistryPackageType
public RegistryPackageType()
getRegistryObjectList
public RegistryObjectListType getRegistryObjectList()
- Gets the value of the registryObjectList property.
- Returns:
- possible object is
RegistryObjectListType
setRegistryObjectList
public void setRegistryObjectList(RegistryObjectListType value)
- Sets the value of the registryObjectList property.
- Parameters:
value - allowed object is
RegistryObjectListType
Copyright © 2010-2011. All Rights Reserved.