Class FieldType.Testable

  • Enclosing class:
    FieldType

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.8",
               date="2026-01-14T04:58:58Z")
    public static class FieldType.Testable
    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.w3.org/2001/XMLSchema>boolean">
           <attribute name="testConstraint" default="unconstrained">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="unconstrained"/>
                 <enumeration value="restore"/>
                 <enumeration value="writeAsRead"/>
                 <enumeration value="readOnly"/>
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String testConstraint  
      protected boolean value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Testable()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTestConstraint()
      Gets the value of the testConstraint property.
      boolean isValue()
      Gets the value of the value property.
      void setTestConstraint​(java.lang.String value)
      Sets the value of the testConstraint property.
      void setValue​(boolean 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 v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected boolean value
      • testConstraint

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected java.lang.String testConstraint
    • Constructor Detail

      • Testable

        public Testable()
    • Method Detail

      • isValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public boolean isValue()
        Gets the value of the value property.
      • setValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public void setValue​(boolean value)
        Sets the value of the value property.
      • getTestConstraint

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public java.lang.String getTestConstraint()
        Gets the value of the testConstraint property.
        Returns:
        possible object is String
      • setTestConstraint

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