public class DescriptionModificationReport extends AbstractReport
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://p11073-10207/draft6/msg/2016/12/08}AbstractReport">
<sequence>
<element name="ReportPart" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base="{http://p11073-10207/draft6/msg/2016/12/08}AbstractReportPart">
<sequence>
<element name="Descriptor" type="{http://p11073-10207/draft6/pm/2016/12/08}AbstractDescriptor" maxOccurs="unbounded" minOccurs="0"/>
<element name="State" type="{http://p11073-10207/draft6/pm/2016/12/08}AbstractState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ParentDescriptor" type="{http://p11073-10207/draft6/pm/2016/12/08}HandleRef" />
<attribute name="ModificationType" type="{http://p11073-10207/draft6/msg/2016/12/08}DescriptionModificationType" />
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DescriptionModificationReport.ReportPart
List of report containers associated to one MDS.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionModificationReport.ReportPart> |
reportPart |
extension, instanceId, mdibVersion, sequenceId| Constructor and Description |
|---|
DescriptionModificationReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<DescriptionModificationReport.ReportPart> |
getReportPart()
Gets the value of the reportPart property.
|
int |
hashCode() |
void |
setReportPart(List<DescriptionModificationReport.ReportPart> value) |
String |
toString() |
getExtension, getInstanceId, getMdibVersion, getSequenceId, setExtension, setInstanceId, setMdibVersion, setSequenceIdprotected List<DescriptionModificationReport.ReportPart> reportPart
public List<DescriptionModificationReport.ReportPart> getReportPart()
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 reportPart property.
For example, to add a new item, do as follows:
getReportPart().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionModificationReport.ReportPart
public void setReportPart(List<DescriptionModificationReport.ReportPart> value)
public String toString()
toString in class AbstractReportpublic boolean equals(Object that)
equals in class AbstractReportpublic int hashCode()
hashCode in class AbstractReportCopyright © 2018. All rights reserved.