Class ReadValue


  • @Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
               date="2023-02-28T18:29:16.382914+01:00[Europe/Berlin]")
    public class ReadValue
    extends StructureElementSystemData
    ReadValue
    • Field Detail

      • preferredName

        @SerializedName("preferredName")
        private PreferredName preferredName
      • definition

        @SerializedName("definition")
        private Definition definition
      • release

        @SerializedName("release")
        private java.lang.String release
      • value

        @SerializedName("value")
        private java.lang.String value
      • unit

        @SerializedName("unit")
        private java.lang.Object unit
      • referencedClass

        @SerializedName("referencedClass")
        private java.lang.Object referencedClass
    • Constructor Detail

      • ReadValue

        public ReadValue()
    • Method Detail

      • getPreferredName

        public PreferredName getPreferredName()
        Get preferredName
        Returns:
        preferredName
      • setPreferredName

        public void setPreferredName​(PreferredName preferredName)
      • getDefinition

        public Definition getDefinition()
        Get definition
        Returns:
        definition
      • setDefinition

        public void setDefinition​(Definition definition)
      • release

        public ReadValue release​(java.lang.String release)
      • getRelease

        public java.lang.String getRelease()
        Release name
        Returns:
        release
      • setRelease

        public void setRelease​(java.lang.String release)
      • value

        public ReadValue value​(java.lang.String value)
      • getValue

        public java.lang.String getValue()
        The coded value (required for all data types except Reference)<br />must match the selected data type (especially important when selecting data types time, date, timestamp or rational)
        Returns:
        value
      • setValue

        public void setValue​(java.lang.String value)
      • unit

        public ReadValue unit​(java.lang.Object unit)
      • getUnit

        public java.lang.Object getUnit()
        <span style='color: red;'>Important:</span> Used only with the following value data types:<ul><li>Real (measure)</li></ul>
        Returns:
        unit
      • setUnit

        public void setUnit​(java.lang.Object unit)
      • referencedClass

        public ReadValue referencedClass​(java.lang.Object referencedClass)
      • getReferencedClass

        public java.lang.Object getReferencedClass()
        <span style='color: red;'>Important:</span> Used only with the following value data types:<ul><li>Reference</li></ul>
        Returns:
        referencedClass
      • setReferencedClass

        public void setReferencedClass​(java.lang.Object referencedClass)
      • toIndentedString

        private java.lang.String toIndentedString​(java.lang.Object o)
        Convert the given object to string with each line indented by 4 spaces (except the first line).