Class SingleShotDriver.SingleShotOffset

  • Enclosing class:
    SingleShotDriver

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2024-11-14T04:42:51Z")
    public static class SingleShotDriver.SingleShotOffset
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <simpleContent>
         <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>configurableDouble">
           <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}float.prompt.att"/>
         </extension>
       </simpleContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getBitStringLength()
      Gets the value of the bitStringLength property.
      java.lang.String getChoiceRef()
      Gets the value of the choiceRef property.
      java.util.List<java.lang.String> getConfigGroups()
      Gets the value of the configGroups property.
      java.lang.String getDependency()
      Gets the value of the dependency property.
      FormatType getFormat()
      Gets the value of the format property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getMaximum()
      Gets the value of the maximum property.
      java.lang.String getMinimum()
      Gets the value of the minimum property.
      java.lang.Float getOrder()
      Gets the value of the order property.
      java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.
      java.lang.String getPrompt()
      Gets the value of the prompt property.
      RangeTypeType getRangeType()
      Gets the value of the rangeType property.
      ResolveType getResolve()
      Gets the value of the resolve property.
      java.util.List<java.lang.Double> getValue()
      Can be a double or an empty string.Gets the value of the value property.
      void setBitStringLength​(java.math.BigInteger value)
      Sets the value of the bitStringLength property.
      void setChoiceRef​(java.lang.String value)
      Sets the value of the choiceRef property.
      void setDependency​(java.lang.String value)
      Sets the value of the dependency property.
      void setFormat​(FormatType value)
      Sets the value of the format property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setMaximum​(java.lang.String value)
      Sets the value of the maximum property.
      void setMinimum​(java.lang.String value)
      Sets the value of the minimum property.
      void setOrder​(java.lang.Float value)
      Sets the value of the order property.
      void setPrompt​(java.lang.String value)
      Sets the value of the prompt property.
      void setRangeType​(RangeTypeType value)
      Sets the value of the rangeType property.
      void setResolve​(ResolveType value)
      Sets the value of the resolve property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected java.util.List<java.lang.Double> value
      • prompt

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected java.lang.String prompt
      • format

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected FormatType format
      • rangeType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected RangeTypeType rangeType
      • choiceRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected java.lang.String choiceRef
      • order

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected java.lang.Float order
      • configGroups

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected java.util.List<java.lang.String> configGroups
      • bitStringLength

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected java.math.BigInteger bitStringLength
      • minimum

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected java.lang.String minimum
      • maximum

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected java.lang.String maximum
      • resolve

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected ResolveType resolve
      • id

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected java.lang.String id
      • dependency

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected java.lang.String dependency
    • Constructor Detail

      • SingleShotOffset

        public SingleShotOffset()
    • Method Detail

      • getValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public java.util.List<java.lang.Double> getValue()
        Can be a double or an empty string.Gets the value of the value 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 Jakarta XML Binding object. This is why there is not a set method for the value property.

        For example, to add a new item, do as follows:

            getValue().add(newItem);
         

        Objects of the following type(s) are allowed in the list Double

      • getPrompt

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public java.lang.String getPrompt()
        Gets the value of the prompt property.
        Returns:
        possible object is String
      • setPrompt

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setPrompt​(java.lang.String value)
        Sets the value of the prompt property.
        Parameters:
        value - allowed object is String
      • getFormat

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public FormatType getFormat()
        Gets the value of the format property.
        Returns:
        possible object is FormatType
      • setFormat

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setFormat​(FormatType value)
        Sets the value of the format property.
        Parameters:
        value - allowed object is FormatType
      • getRangeType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public RangeTypeType getRangeType()
        Gets the value of the rangeType property.
        Returns:
        possible object is RangeTypeType
      • setRangeType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setRangeType​(RangeTypeType value)
        Sets the value of the rangeType property.
        Parameters:
        value - allowed object is RangeTypeType
      • getChoiceRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public java.lang.String getChoiceRef()
        Gets the value of the choiceRef property.
        Returns:
        possible object is String
      • setChoiceRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setChoiceRef​(java.lang.String value)
        Sets the value of the choiceRef property.
        Parameters:
        value - allowed object is String
      • getOrder

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public java.lang.Float getOrder()
        Gets the value of the order property.
        Returns:
        possible object is Float
      • setOrder

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setOrder​(java.lang.Float value)
        Sets the value of the order property.
        Parameters:
        value - allowed object is Float
      • getConfigGroups

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public java.util.List<java.lang.String> getConfigGroups()
        Gets the value of the configGroups 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 Jakarta XML Binding object. This is why there is not a set method for the configGroups property.

        For example, to add a new item, do as follows:

            getConfigGroups().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getBitStringLength

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public java.math.BigInteger getBitStringLength()
        Gets the value of the bitStringLength property.
        Returns:
        possible object is BigInteger
      • setBitStringLength

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setBitStringLength​(java.math.BigInteger value)
        Sets the value of the bitStringLength property.
        Parameters:
        value - allowed object is BigInteger
      • getMinimum

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public java.lang.String getMinimum()
        Gets the value of the minimum property.
        Returns:
        possible object is String
      • setMinimum

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setMinimum​(java.lang.String value)
        Sets the value of the minimum property.
        Parameters:
        value - allowed object is String
      • getMaximum

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public java.lang.String getMaximum()
        Gets the value of the maximum property.
        Returns:
        possible object is String
      • setMaximum

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setMaximum​(java.lang.String value)
        Sets the value of the maximum property.
        Parameters:
        value - allowed object is String
      • getResolve

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public ResolveType getResolve()
        Gets the value of the resolve property.
        Returns:
        possible object is ResolveType
      • setResolve

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setResolve​(ResolveType value)
        Sets the value of the resolve property.
        Parameters:
        value - allowed object is ResolveType
      • getId

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getDependency

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public java.lang.String getDependency()
        Gets the value of the dependency property.
        Returns:
        possible object is String
      • setDependency

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setDependency​(java.lang.String value)
        Sets the value of the dependency property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null