Class UnsignedPositiveLongintExpression


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2024-11-14T04:42:50Z")
    public class UnsignedPositiveLongintExpression
    extends ComplexBaseExpression
    A positive unsigned longint which supports an expression value.

    Java class for unsignedPositiveLongintExpression complex type.

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

     <complexType name="unsignedPositiveLongintExpression">
       <simpleContent>
         <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>complexBaseExpression">
           <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 Detail

      • minimum

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

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

      • UnsignedPositiveLongintExpression

        public UnsignedPositiveLongintExpression()
    • Method Detail

      • getMinimum

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        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="2024-11-14T04:42:50Z")
        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="2024-11-14T04:42:50Z")
        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="2024-11-14T04:42:50Z")
        public void setMaximum​(java.lang.Integer value)
        Sets the value of the maximum property.
        Parameters:
        value - allowed object is Integer