org.glassfish.grizzly.servlet.ver25
Class NonEmptyStringType

java.lang.Object
  extended by org.glassfish.grizzly.servlet.ver25.String
      extended by org.glassfish.grizzly.servlet.ver25.NonEmptyStringType
Direct Known Subclasses:
FilterNameType, ServletNameType

public class NonEmptyStringType
extends String

This type defines a string which contains at least one character.

Java class for nonEmptyStringType complex type.

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

 <complexType name="nonEmptyStringType">
   <simpleContent>
     <restriction base="<http://java.sun.com/xml/ns/javaee>string">
     </restriction>
   </simpleContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.glassfish.grizzly.servlet.ver25.String
id, value
 
Constructor Summary
NonEmptyStringType()
           
 
Method Summary
 
Methods inherited from class org.glassfish.grizzly.servlet.ver25.String
getId, getValue, setId, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonEmptyStringType

public NonEmptyStringType()


Copyright © 2011 Oracle Corpration. All Rights Reserved.