public class

DataPackage

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.DataPackage

Class Overview

Java class for DataPackage complex type.

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

 <complexType name="DataPackage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataObjects" type="{http://core.datamodel.fs.documentum.emc.com/}DataObject" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="repositoryName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<DataObject> dataObjects
protected String repositoryName
Public Constructors
DataPackage()
Public Methods
List<DataObject> getDataObjects()
Gets the value of the dataObjects property.
String getRepositoryName()
Gets the value of the repositoryName property.
void setRepositoryName(String value)
Sets the value of the repositoryName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<DataObject> dataObjects

protected String repositoryName

Public Constructors

public DataPackage ()

Public Methods

public List<DataObject> getDataObjects ()

Gets the value of the dataObjects 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 dataObjects property.

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

    getDataObjects().add(newItem);
 

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

public String getRepositoryName ()

Gets the value of the repositoryName property.

Returns
  • possible object is String

public void setRepositoryName (String value)

Sets the value of the repositoryName property.

Parameters
value Allowed object is String