Class DescriptionModificationReport.ReportPart
- java.lang.Object
-
- org.somda.sdc.biceps.model.message.AbstractReportPart
-
- org.somda.sdc.biceps.model.message.DescriptionModificationReport.ReportPart
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Enclosing class:
- DescriptionModificationReport
public static class DescriptionModificationReport.ReportPart extends AbstractReportPart implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
List of report containers associated to one MDS.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AbstractDescriptor>descriptorprotected DescriptionModificationTypemodificationTypeprotected StringparentDescriptorprotected List<AbstractState>state-
Fields inherited from class org.somda.sdc.biceps.model.message.AbstractReportPart
extension, sourceMds
-
-
Constructor Summary
Constructors Constructor Description ReportPart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)List<AbstractDescriptor>getDescriptor()Gets the value of the descriptor property.DescriptionModificationTypegetModificationType()Gets the value of the modificationType property.StringgetParentDescriptor()Gets the value of the parentDescriptor property.List<AbstractState>getState()Gets the value of the state property.inthashCode()voidsetDescriptor(List<AbstractDescriptor> value)voidsetModificationType(DescriptionModificationType value)Sets the value of the modificationType property.voidsetParentDescriptor(String value)Sets the value of the parentDescriptor property.voidsetState(List<AbstractState> value)StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.message.AbstractReportPart
getExtension, getSourceMds, setExtension, setSourceMds
-
-
-
-
Field Detail
-
descriptor
protected List<AbstractDescriptor> descriptor
-
state
protected List<AbstractState> state
-
parentDescriptor
protected String parentDescriptor
-
modificationType
protected DescriptionModificationType modificationType
-
-
Method Detail
-
getDescriptor
public List<AbstractDescriptor> getDescriptor()
Gets the value of the descriptor property.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
setmethod 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
-
getState
public List<AbstractState> getState()
Gets the value of the state property.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
setmethod 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
-
getParentDescriptor
public String getParentDescriptor()
Gets the value of the parentDescriptor property.- Returns:
- possible object is
String
-
setParentDescriptor
public void setParentDescriptor(String value)
Sets the value of the parentDescriptor property.- Parameters:
value- allowed object isString
-
getModificationType
public DescriptionModificationType getModificationType()
Gets the value of the modificationType property.- Returns:
- possible object is
DescriptionModificationType
-
setModificationType
public void setModificationType(DescriptionModificationType value)
Sets the value of the modificationType property.- Parameters:
value- allowed object isDescriptionModificationType
-
setDescriptor
public void setDescriptor(List<AbstractDescriptor> value)
-
setState
public void setState(List<AbstractState> value)
-
clone
public Object clone()
- Overrides:
clonein classAbstractReportPart
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractReportPart
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractReportPart
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractReportPart
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractReportPart
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractReportPart
-
toString
public String toString()
- Overrides:
toStringin classAbstractReportPart
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classAbstractReportPart
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classAbstractReportPart
-
-