public static class DescriptionModificationReport.ReportPart extends AbstractReportPart
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/draft10/msg/2017/10/05}AbstractReportPart">
<sequence>
<element name="Descriptor" type="{http://p11073-10207/draft10/pm/2017/10/05}AbstractDescriptor" maxOccurs="unbounded" minOccurs="0"/>
<element name="State" type="{http://p11073-10207/draft10/pm/2017/10/05}AbstractState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ParentDescriptor" type="{http://p11073-10207/draft10/pm/2017/10/05}HandleRef" />
<attribute name="ModificationType" type="{http://p11073-10207/draft10/msg/2017/10/05}DescriptionModificationType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractDescriptor> |
descriptor |
protected DescriptionModificationType |
modificationType |
protected String |
parentDescriptor |
protected List<AbstractState> |
state |
extension, sourceMds| Constructor and Description |
|---|
ReportPart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractDescriptor> |
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.
|
List<AbstractState> |
getState()
Gets the value of the state property.
|
int |
hashCode() |
void |
setDescriptor(List<AbstractDescriptor> value) |
void |
setModificationType(DescriptionModificationType value)
Sets the value of the modificationType property.
|
void |
setParentDescriptor(String value)
Sets the value of the parentDescriptor property.
|
void |
setState(List<AbstractState> value) |
String |
toString() |
getExtension, getSourceMds, setExtension, setSourceMdsprotected List<AbstractDescriptor> descriptor
protected List<AbstractState> state
protected String parentDescriptor
protected DescriptionModificationType modificationType
public List<AbstractDescriptor> getDescriptor()
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 descriptor property.
For example, to add a new item, do as follows:
getDescriptor().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractDescriptor
public List<AbstractState> getState()
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 state property.
For example, to add a new item, do as follows:
getState().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractState
public String getParentDescriptor()
Stringpublic void setParentDescriptor(String value)
value - allowed object is
Stringpublic DescriptionModificationType getModificationType()
DescriptionModificationTypepublic void setModificationType(DescriptionModificationType value)
value - allowed object is
DescriptionModificationTypepublic void setDescriptor(List<AbstractDescriptor> value)
public void setState(List<AbstractState> value)
public String toString()
toString in class AbstractReportPartpublic boolean equals(Object that)
equals in class AbstractReportPartpublic int hashCode()
hashCode in class AbstractReportPartCopyright © 2017. All rights reserved.