Class Valid


  • public class Valid
    extends Expression

    Java class for valid complex type.

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

     <complexType name="valid">
       <simpleContent>
         <extension base="<>expression">
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Valid()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Valid

        public Valid()