oasis.names.tc.ebxml_regrep.xsd.rim._3
Class RegistryObjectList

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectList

public class RegistryObjectList
extends java.lang.Object

Java class for RegistryObjectListType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RegistryObjectListType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ExtrinsicObject" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryPackage" maxOccurs="unbounded" 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}Association" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Identifiable" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<AssociationType1> associations
           
protected  java.util.List<ClassificationType> classifications
           
protected  java.util.List<ExtrinsicObjectType> extrinsicObjects
           
protected  java.util.List<javax.xml.bind.JAXBElement<? extends IdentifiableType>> identifiables
           
protected  java.util.List<RegistryPackageType> registryPackages
           
 
Constructor Summary
RegistryObjectList()
           
 
Method Summary
 java.util.List<AssociationType1> getAssociations()
          Gets the value of the associations property.
 java.util.List<ClassificationType> getClassifications()
          Gets the value of the classifications property.
 java.util.List<ExtrinsicObjectType> getExtrinsicObjects()
          Gets the value of the extrinsicObjects property.
 java.util.List<javax.xml.bind.JAXBElement<? extends IdentifiableType>> getIdentifiables()
          Gets the value of the identifiables property.
 java.util.List<RegistryPackageType> getRegistryPackages()
          Gets the value of the registryPackages property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extrinsicObjects

protected java.util.List<ExtrinsicObjectType> extrinsicObjects

registryPackages

protected java.util.List<RegistryPackageType> registryPackages

classifications

protected java.util.List<ClassificationType> classifications

associations

protected java.util.List<AssociationType1> associations

identifiables

protected java.util.List<javax.xml.bind.JAXBElement<? extends IdentifiableType>> identifiables
Constructor Detail

RegistryObjectList

public RegistryObjectList()
Method Detail

getExtrinsicObjects

public java.util.List<ExtrinsicObjectType> getExtrinsicObjects()
Gets the value of the extrinsicObjects property.

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 extrinsicObjects property.

For example, to add a new item, do as follows:

    getExtrinsicObjects().add(newItem);
 

Objects of the following type(s) are allowed in the list ExtrinsicObjectType


getRegistryPackages

public java.util.List<RegistryPackageType> getRegistryPackages()
Gets the value of the registryPackages property.

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 registryPackages property.

For example, to add a new item, do as follows:

    getRegistryPackages().add(newItem);
 

Objects of the following type(s) are allowed in the list RegistryPackageType


getClassifications

public java.util.List<ClassificationType> getClassifications()
Gets the value of the classifications property.

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 classifications property.

For example, to add a new item, do as follows:

    getClassifications().add(newItem);
 

Objects of the following type(s) are allowed in the list ClassificationType


getAssociations

public java.util.List<AssociationType1> getAssociations()
Gets the value of the associations property.

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 associations property.

For example, to add a new item, do as follows:

    getAssociations().add(newItem);
 

Objects of the following type(s) are allowed in the list AssociationType1


getIdentifiables

public java.util.List<javax.xml.bind.JAXBElement<? extends IdentifiableType>> getIdentifiables()
Gets the value of the identifiables property.

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 identifiables property.

For example, to add a new item, do as follows:

    getIdentifiables().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<ObjectRefType> JAXBElement<ClassificationNodeType> JAXBElement<ExternalIdentifierType> JAXBElement<ServiceBindingType> JAXBElement<OrganizationType> JAXBElement<AuditableEventType> JAXBElement<SpecificationLinkType> JAXBElement<AssociationType1> JAXBElement<UserType> JAXBElement<RegistryType> JAXBElement<IdentifiableType> JAXBElement<AdhocQueryType> JAXBElement<ExtrinsicObjectType> JAXBElement<ClassificationType> JAXBElement<RegistryPackageType> JAXBElement<SubscriptionType> JAXBElement<PersonType> JAXBElement<FederationType> JAXBElement<ServiceType> JAXBElement<ClassificationSchemeType> JAXBElement<RegistryObjectType> JAXBElement<ExternalLinkType>