Class ComplexTiedValueType


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:45Z")
    public class ComplexTiedValueType
    extends java.lang.Object
    An unsigned longint expression that resolves to the value set {0, 1, ...} or open or default. It is derived from longintExpression and it supports an expression value.

    Java class for complexTiedValueType complex type.

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

     <complexType name="complexTiedValueType">
       <simpleContent>
         <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>simpleTiedValueType">
           <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}any.att"/>
           <attribute name="minimum" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="maximum" type="{http://www.w3.org/2001/XMLSchema}int" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Integer maximum  
      protected java.lang.Integer minimum  
      protected java.lang.String value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getMaximum()
      Gets the value of the maximum property.
      java.lang.Integer getMinimum()
      Gets the value of the minimum 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 getValue()
      Gets the value of the value property.
      void setMaximum​(java.lang.Integer value)
      Sets the value of the maximum property.
      void setMinimum​(java.lang.Integer value)
      Sets the value of the minimum property.
      void setValue​(java.lang.String value)
      Sets the value of the value 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="2026-01-14T04:58:45Z")
        protected java.lang.String value
      • minimum

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        protected java.lang.Integer minimum
      • maximum

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        protected java.lang.Integer maximum
    • Constructor Detail

      • ComplexTiedValueType

        public ComplexTiedValueType()
    • Method Detail

      • getValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        public java.lang.String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        public void setValue​(java.lang.String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getMinimum

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

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

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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        public void setMaximum​(java.lang.Integer value)
        Sets the value of the maximum property.
        Parameters:
        value - allowed object is Integer
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        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