public class AbstractReportPart
extends java.lang.Object
Java class for AbstractReportPart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractReportPart">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
<element name="SourceMds" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}HandleRef" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected java.lang.String |
sourceMds |
| Constructor and Description |
|---|
AbstractReportPart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.lang.String |
getSourceMds()
Gets the value of the sourceMds property.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setSourceMds(java.lang.String value)
Sets the value of the sourceMds property.
|
java.lang.String |
toString() |
protected ExtensionType extension
protected java.lang.String sourceMds
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic java.lang.String getSourceMds()
Stringpublic void setSourceMds(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object