public class AbstractContextReport extends AbstractReport
Java class for AbstractContextReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractContextReport">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractReport">
<sequence>
<element name="ReportPart" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractReportPart">
<sequence>
<element name="ContextState" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractContextState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractContextReport.ReportPart
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AbstractContextReport.ReportPart> |
reportPart |
extension, instanceId, mdibVersion, sequenceId| Constructor and Description |
|---|
AbstractContextReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<AbstractContextReport.ReportPart> |
getReportPart()
Gets the value of the reportPart property.
|
int |
hashCode() |
void |
setReportPart(java.util.List<AbstractContextReport.ReportPart> value) |
java.lang.String |
toString() |
getExtension, getInstanceId, getMdibVersion, getSequenceId, setExtension, setInstanceId, setMdibVersion, setSequenceIdprotected java.util.List<AbstractContextReport.ReportPart> reportPart
public java.util.List<AbstractContextReport.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
AbstractContextReport.ReportPart
public java.lang.String toString()
toString in class AbstractReportpublic boolean equals(java.lang.Object that)
equals in class AbstractReportpublic int hashCode()
hashCode in class AbstractReportpublic void setReportPart(java.util.List<AbstractContextReport.ReportPart> value)