public class SystemErrorReport 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="ErrorCode" type="{http://p11073-10207/draft6/pm/2016/12/08}CodedValue"/>
<element name="ErrorInfo" type="{http://p11073-10207/draft6/pm/2016/12/08}LocalizedText" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SystemErrorReport.ReportPart
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SystemErrorReport.ReportPart> |
reportPart |
extension, instanceId, sequenceId, sequenceNumber| Constructor and Description |
|---|
SystemErrorReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<SystemErrorReport.ReportPart> |
getReportPart()
Gets the value of the reportPart property.
|
int |
hashCode() |
void |
setReportPart(List<SystemErrorReport.ReportPart> value) |
String |
toString() |
getExtension, getInstanceId, getSequenceId, getSequenceNumber, setExtension, setInstanceId, setSequenceId, setSequenceNumberprotected List<SystemErrorReport.ReportPart> reportPart
public List<SystemErrorReport.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
SystemErrorReport.ReportPart
public void setReportPart(List<SystemErrorReport.ReportPart> value)
public String toString()
toString in class AbstractReportpublic boolean equals(Object that)
equals in class AbstractReportpublic int hashCode()
hashCode in class AbstractReportCopyright © 2017. All rights reserved.