public class DsCompositeModel extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{info:fedora/fedora-system:def/dsCompositeModel#}dsTypeModel" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DsTypeModel> |
dsTypeModel |
| Constructor and Description |
|---|
DsCompositeModel() |
protected List<DsTypeModel> dsTypeModel
public List<DsTypeModel> getDsTypeModel()
set method for the dsTypeModel property.
For example, to add a new item, do as follows:
getDsTypeModel().add(newItem);
Objects of the following type(s) are allowed in the list
DsTypeModelCopyright © 2013 DuraSpace. All Rights Reserved.