FileDocCategorySizeDatePackage
GenericBooleanType.javaAPI DocGlassfish v2 API3809Fri May 04 22:34:54 BST 2007com.sun.enterprise.tools.common.dd.webservice

GenericBooleanType

public class GenericBooleanType extends org.netbeans.modules.schema2beans.BaseBean
This generated bean class GenericBooleanType matches the schema element generic-booleanType =============================================================== This type defines four different values which can designate boolean values. This includes values yes and no which are not designated by xsd:boolean =============================================================== Generated on Fri Apr 22 15:43:01 PDT 2005

Fields Summary
static Vector
comparators
Constructors Summary
public GenericBooleanType()



	  
		this(Common.USE_DEFAULT_VALUES);
	
public GenericBooleanType(int options)

		super(comparators, new org.netbeans.modules.schema2beans.Version(1, 2, 0));
		// Properties (see root bean comments for the bean graph)
		this.initialize(options);
	
Methods Summary
public static voidaddComparator(org.netbeans.modules.schema2beans.BeanComparator c)

		comparators.add(c);
	
public voiddump(java.lang.StringBuffer str, java.lang.String indent)

		String s;
		Object o;
		org.netbeans.modules.schema2beans.BaseBean n;
	
public java.lang.StringdumpBeanNode()

		StringBuffer str = new StringBuffer();
		str.append("GenericBooleanType\n");	// NOI18N
		this.dump(str, "\n  ");	// NOI18N
		return str.toString();
	
voidinitialize(int options)


	
public static voidremoveComparator(org.netbeans.modules.schema2beans.BeanComparator c)

		comparators.remove(c);
	
public voidvalidate()