Class AbstractOperationalStateReport.ReportPart
- java.lang.Object
-
- org.somda.sdc.biceps.model.message.AbstractReportPart
-
- org.somda.sdc.biceps.model.message.AbstractOperationalStateReport.ReportPart
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Enclosing class:
- AbstractOperationalStateReport
public static class AbstractOperationalStateReport.ReportPart extends AbstractReportPart implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
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="OperationState" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractOperationState" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AbstractOperationState>operationState-
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<AbstractOperationState>getOperationState()Gets the value of the operationState property.inthashCode()voidsetOperationState(List<AbstractOperationState> value)StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.message.AbstractReportPart
getExtension, getSourceMds, setExtension, setSourceMds
-
-
-
-
Field Detail
-
operationState
protected List<AbstractOperationState> operationState
-
-
Method Detail
-
getOperationState
public List<AbstractOperationState> getOperationState()
Gets the value of the operationState 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 operationState property.For example, to add a new item, do as follows:
getOperationState().add(newItem);Objects of the following type(s) are allowed in the list
AbstractOperationState
-
setOperationState
public void setOperationState(List<AbstractOperationState> 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
-
-