public class MDSModificationReportPart extends ReportPart
Java class for MDSModificationReportPart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MDSModificationReportPart">
<complexContent>
<extension base="{http://message-model-uri/15/04}AbstractReportPart">
<sequence>
<element name="MDS" type="{http://domain-model-uri/15/04}AbstractMDSDescriptor" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<MDSDescriptor> |
mdsDescriptors |
extension, sourceMDS| Constructor and Description |
|---|
MDSModificationReportPart() |
| Modifier and Type | Method and Description |
|---|---|
List<MDSDescriptor> |
getMDSDescriptors()
???
|
void |
setMDSDescriptors(List<MDSDescriptor> value) |
getExtension, getSourceMDS, setExtension, setSourceMDSprotected List<MDSDescriptor> mdsDescriptors
public List<MDSDescriptor> getMDSDescriptors()
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 mdsDescriptors property.
For example, to add a new item, do as follows:
getMDSDescriptors().add(newItem);
Objects of the following type(s) are allowed in the list
MDSDescriptor
public void setMDSDescriptors(List<MDSDescriptor> value)
Copyright © 2016. All rights reserved.