Class AttributeIntType


  • public class AttributeIntType
    extends AttributeType

    Java class for AttributeIntType complex type.

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

     <complexType name="AttributeIntType">
       <complexContent>
         <extension base="{}AttributeType">
           <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • value

        protected long value
    • Constructor Detail

      • AttributeIntType

        public AttributeIntType()
    • Method Detail

      • getValue

        public long getValue()
        Gets the value of the value property.
      • setValue

        public void setValue​(long value)
        Sets the value of the value property.