public class DescriptionModificationReportPart extends ReportPart
Java class for DescriptionModificationReportPart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescriptionModificationReportPart">
<complexContent>
<extension base="{http://message-model-uri/15/04}AbstractReportPart">
<sequence>
<element name="Descriptor" type="{http://domain-model-uri/15/04}AbstractDescriptor"/>
</sequence>
<attribute name="ParentDescriptor" use="required" type="{http://domain-model-uri/15/04}HandleRef" />
<attribute name="ModificationType" type="{http://message-model-uri/15/04}DescriptionModificationType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Descriptor |
descriptor |
protected DescriptionModificationType |
modificationType |
protected String |
parentDescriptor |
extension, sourceMDS| Constructor and Description |
|---|
DescriptionModificationReportPart() |
| Modifier and Type | Method and Description |
|---|---|
Descriptor |
getDescriptor()
Gets the value of the descriptor property.
|
DescriptionModificationType |
getModificationType()
Gets the value of the modificationType property.
|
String |
getParentDescriptor()
Gets the value of the parentDescriptor property.
|
void |
setDescriptor(Descriptor value)
Sets the value of the descriptor property.
|
void |
setModificationType(DescriptionModificationType value)
Sets the value of the modificationType property.
|
void |
setParentDescriptor(String value)
Sets the value of the parentDescriptor property.
|
getExtension, getSourceMDS, setExtension, setSourceMDSprotected Descriptor descriptor
protected String parentDescriptor
protected DescriptionModificationType modificationType
public Descriptor getDescriptor()
Descriptorpublic void setDescriptor(Descriptor value)
value - allowed object is
Descriptorpublic String getParentDescriptor()
Stringpublic void setParentDescriptor(String value)
value - allowed object is
Stringpublic DescriptionModificationType getModificationType()
DescriptionModificationTypepublic void setModificationType(DescriptionModificationType value)
value - allowed object is
DescriptionModificationTypeCopyright © 2016. All rights reserved.