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://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractReportPart">
<sequence>
<element name="Descriptor" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractDescriptor" maxOccurs="unbounded" minOccurs="0"/>
<element name="State" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ParentDescriptor" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}HandleRef" />
<attribute name="ModificationType" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}DescriptionModificationType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AbstractDescriptor> |
descriptor |
protected DescriptionModificationType |
modificationType |
protected java.lang.String |
parentDescriptor |
protected java.util.List<AbstractState> |
state |
extension, sourceMds| Constructor and Description |
|---|
ReportPart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<AbstractDescriptor> |
getDescriptor()
Gets the value of the descriptor property.
|
DescriptionModificationType |
getModificationType()
Gets the value of the modificationType property.
|
java.lang.String |
getParentDescriptor()
Gets the value of the parentDescriptor property.
|
java.util.List<AbstractState> |
getState()
Gets the value of the state property.
|
int |
hashCode() |
void |
setDescriptor(java.util.List<AbstractDescriptor> value) |
void |
setModificationType(DescriptionModificationType value)
Sets the value of the modificationType property.
|
void |
setParentDescriptor(java.lang.String value)
Sets the value of the parentDescriptor property.
|
void |
setState(java.util.List<AbstractState> value) |
java.lang.String |
toString() |
getExtension, getSourceMds, setExtension, setSourceMdsprotected java.util.List<AbstractDescriptor> descriptor
protected java.util.List<AbstractState> state
protected java.lang.String parentDescriptor
protected DescriptionModificationType modificationType
public java.util.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 java.util.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 java.lang.String getParentDescriptor()
Stringpublic void setParentDescriptor(java.lang.String value)
value - allowed object is
Stringpublic DescriptionModificationType getModificationType()
DescriptionModificationTypepublic void setModificationType(DescriptionModificationType value)
value - allowed object is
DescriptionModificationTypepublic java.lang.String toString()
toString in class AbstractReportPartpublic boolean equals(java.lang.Object that)
equals in class AbstractReportPartpublic int hashCode()
hashCode in class AbstractReportPartpublic void setDescriptor(java.util.List<AbstractDescriptor> value)
public void setState(java.util.List<AbstractState> value)