public class AbstractReportPart extends 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://p11073-10207/draft10/ext/2017/10/05}Extension" minOccurs="0"/>
<element name="SourceMds" type="{http://p11073-10207/draft10/pm/2017/10/05}HandleRef" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected String |
sourceMds |
| Constructor and Description |
|---|
AbstractReportPart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
String |
getSourceMds()
Gets the value of the sourceMds property.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setSourceMds(String value)
Sets the value of the sourceMds property.
|
String |
toString() |
protected ExtensionType extension
protected String sourceMds
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic String getSourceMds()
Stringpublic void setSourceMds(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.