Class CalibrationInfo.CalibrationDocumentation
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.CalibrationInfo.CalibrationDocumentation
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Enclosing class:
- CalibrationInfo
public static class CalibrationInfo.CalibrationDocumentation extends Object 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> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Documentation" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" maxOccurs="unbounded" minOccurs="0"/> <element name="CalibrationResult" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Code" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/> <element name="Value" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCalibrationInfo.CalibrationDocumentation.CalibrationResultJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<CalibrationInfo.CalibrationDocumentation.CalibrationResult>calibrationResultprotected List<LocalizedText>documentation
-
Constructor Summary
Constructors Constructor Description CalibrationDocumentation()
-
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<CalibrationInfo.CalibrationDocumentation.CalibrationResult>getCalibrationResult()Gets the value of the calibrationResult property.List<LocalizedText>getDocumentation()Gets the value of the documentation property.inthashCode()voidsetCalibrationResult(List<CalibrationInfo.CalibrationDocumentation.CalibrationResult> value)voidsetDocumentation(List<LocalizedText> value)StringtoString()
-
-
-
Field Detail
-
documentation
protected List<LocalizedText> documentation
-
calibrationResult
protected List<CalibrationInfo.CalibrationDocumentation.CalibrationResult> calibrationResult
-
-
Method Detail
-
getDocumentation
public List<LocalizedText> getDocumentation()
Gets the value of the documentation 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 documentation property.For example, to add a new item, do as follows:
getDocumentation().add(newItem);Objects of the following type(s) are allowed in the list
LocalizedText
-
getCalibrationResult
public List<CalibrationInfo.CalibrationDocumentation.CalibrationResult> getCalibrationResult()
Gets the value of the calibrationResult 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 calibrationResult property.For example, to add a new item, do as follows:
getCalibrationResult().add(newItem);Objects of the following type(s) are allowed in the list
CalibrationInfo.CalibrationDocumentation.CalibrationResult
-
setDocumentation
public void setDocumentation(List<LocalizedText> value)
-
setCalibrationResult
public void setCalibrationResult(List<CalibrationInfo.CalibrationDocumentation.CalibrationResult> value)
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
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
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
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
-
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
-
-