package gw.internal.schema.gw.xsd.w3c.xmlschema.types.complex; /***************************************************************************/ /* THIS IS AUTOGENERATED CODE - DO NOT MODIFY OR YOUR CHANGES WILL BE LOST */ /* THIS CODE CAN BE REGENERATED USING 'xsd-codegen' */ /***************************************************************************/ public class NarrowMaxMin extends gw.internal.schema.gw.xsd.w3c.xmlschema.types.complex.LocalElement implements gw.internal.xml.IXmlGeneratedClass { public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_Block = new javax.xml.namespace.QName( "", "block", "" ); public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_Default = new javax.xml.namespace.QName( "", "default", "" ); public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_Fixed = new javax.xml.namespace.QName( "", "fixed", "" ); public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_Form = new javax.xml.namespace.QName( "", "form", "" ); public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_Id = new javax.xml.namespace.QName( "", "id", "" ); public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_MaxOccurs = new javax.xml.namespace.QName( "", "maxOccurs", "" ); public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_MinOccurs = new javax.xml.namespace.QName( "", "minOccurs", "" ); public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_Name = new javax.xml.namespace.QName( "", "name", "" ); public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_Nillable = new javax.xml.namespace.QName( "", "nillable", "" ); public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_Ref = new javax.xml.namespace.QName( "", "ref", "" ); public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_Type = new javax.xml.namespace.QName( "", "type", "" ); public static final javax.xml.namespace.QName $ELEMENT_QNAME_Annotation = new javax.xml.namespace.QName( "http://www.w3.org/2001/XMLSchema", "annotation", "xs" ); public static final javax.xml.namespace.QName $ELEMENT_QNAME_ComplexType = new javax.xml.namespace.QName( "http://www.w3.org/2001/XMLSchema", "complexType", "xs" ); public static final javax.xml.namespace.QName $ELEMENT_QNAME_Key = new javax.xml.namespace.QName( "http://www.w3.org/2001/XMLSchema", "key", "xs" ); public static final javax.xml.namespace.QName $ELEMENT_QNAME_Keyref = new javax.xml.namespace.QName( "http://www.w3.org/2001/XMLSchema", "keyref", "xs" ); public static final javax.xml.namespace.QName $ELEMENT_QNAME_SimpleType = new javax.xml.namespace.QName( "http://www.w3.org/2001/XMLSchema", "simpleType", "xs" ); public static final javax.xml.namespace.QName $ELEMENT_QNAME_Unique = new javax.xml.namespace.QName( "http://www.w3.org/2001/XMLSchema", "unique", "xs" ); public static final javax.xml.namespace.QName $QNAME = new javax.xml.namespace.QName( "http://www.w3.org/2001/XMLSchema", "narrowMaxMin", "xs" ); public static final gw.util.concurrent.LockingLazyVar<gw.lang.reflect.IType> TYPE = new gw.util.concurrent.LockingLazyVar<gw.lang.reflect.IType>( gw.lang.reflect.TypeSystem.getGlobalLock() ) { @Override protected gw.lang.reflect.IType init() { return gw.lang.reflect.TypeSystem.getByFullName( "gw.xsd.w3c.xmlschema.types.complex.NarrowMaxMin" ); } }; private static final gw.util.concurrent.LockingLazyVar<java.lang.Object> SCHEMAINFO = new gw.util.concurrent.LockingLazyVar<java.lang.Object>( gw.lang.reflect.TypeSystem.getGlobalLock() ) { @Override protected java.lang.Object init() { gw.lang.reflect.IType type = TYPE.get(); return getSchemaInfoByType( type ); } }; public NarrowMaxMin() { super( TYPE.get(), SCHEMAINFO.get() ); } protected NarrowMaxMin( gw.lang.reflect.IType type, java.lang.Object schemaInfo ) { super( type, schemaInfo ); } public gw.internal.schema.gw.xsd.w3c.xmlschema.Annotation Annotation() { return (gw.internal.schema.gw.xsd.w3c.xmlschema.Annotation) TYPE.get().getTypeInfo().getProperty( "Annotation" ).getAccessor().getValue( this ); } public void setAnnotation$( gw.internal.schema.gw.xsd.w3c.xmlschema.Annotation param ) { TYPE.get().getTypeInfo().getProperty( "Annotation" ).getAccessor().setValue( this, param ); } public java.lang.String Block() { return (java.lang.String) TYPE.get().getTypeInfo().getProperty( "Block" ).getAccessor().getValue( this ); } public void setBlock$( java.lang.String param ) { TYPE.get().getTypeInfo().getProperty( "Block" ).getAccessor().setValue( this, param ); } @Deprecated public gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements.LocalElement_ComplexType ComplexType$$gw_xsd_w3c_xmlschema_types_complex_LocalElement() { return super.ComplexType$$gw_xsd_w3c_xmlschema_types_complex_LocalElement(); } @Deprecated public void setComplexType$$gw_xsd_w3c_xmlschema_types_complex_LocalElement$( gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements.LocalElement_ComplexType param ) { super.setComplexType$$gw_xsd_w3c_xmlschema_types_complex_LocalElement$( param ); } public gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements.NarrowMaxMin_ComplexType ComplexType$$gw_xsd_w3c_xmlschema_types_complex_NarrowMaxMin() { return (gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements.NarrowMaxMin_ComplexType) TYPE.get().getTypeInfo().getProperty( "ComplexType" ).getAccessor().getValue( this ); } public void setComplexType$$gw_xsd_w3c_xmlschema_types_complex_NarrowMaxMin$( gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements.NarrowMaxMin_ComplexType param ) { TYPE.get().getTypeInfo().getProperty( "ComplexType" ).getAccessor().setValue( this, param ); } public java.lang.String Default() { return (java.lang.String) TYPE.get().getTypeInfo().getProperty( "Default" ).getAccessor().getValue( this ); } public void setDefault$( java.lang.String param ) { TYPE.get().getTypeInfo().getProperty( "Default" ).getAccessor().setValue( this, param ); } public java.lang.String Fixed() { return (java.lang.String) TYPE.get().getTypeInfo().getProperty( "Fixed" ).getAccessor().getValue( this ); } public void setFixed$( java.lang.String param ) { TYPE.get().getTypeInfo().getProperty( "Fixed" ).getAccessor().setValue( this, param ); } public gw.internal.schema.gw.xsd.w3c.xmlschema.enums.FormChoice Form() { return (gw.internal.schema.gw.xsd.w3c.xmlschema.enums.FormChoice) TYPE.get().getTypeInfo().getProperty( "Form" ).getAccessor().getValue( this ); } public void setForm$( gw.internal.schema.gw.xsd.w3c.xmlschema.enums.FormChoice param ) { TYPE.get().getTypeInfo().getProperty( "Form" ).getAccessor().setValue( this, param ); } public java.lang.String Id() { return (java.lang.String) TYPE.get().getTypeInfo().getProperty( "Id" ).getAccessor().getValue( this ); } public void setId$( java.lang.String param ) { TYPE.get().getTypeInfo().getProperty( "Id" ).getAccessor().setValue( this, param ); } public java.util.List<gw.internal.schema.gw.xsd.w3c.xmlschema.Key> Key() { //noinspection unchecked return (java.util.List<gw.internal.schema.gw.xsd.w3c.xmlschema.Key>) TYPE.get().getTypeInfo().getProperty( "Key" ).getAccessor().getValue( this ); } public void setKey$( java.util.List<gw.internal.schema.gw.xsd.w3c.xmlschema.Key> param ) { TYPE.get().getTypeInfo().getProperty( "Key" ).getAccessor().setValue( this, param ); } public java.util.List<gw.internal.schema.gw.xsd.w3c.xmlschema.Keyref> Keyref() { //noinspection unchecked return (java.util.List<gw.internal.schema.gw.xsd.w3c.xmlschema.Keyref>) TYPE.get().getTypeInfo().getProperty( "Keyref" ).getAccessor().getValue( this ); } public void setKeyref$( java.util.List<gw.internal.schema.gw.xsd.w3c.xmlschema.Keyref> param ) { TYPE.get().getTypeInfo().getProperty( "Keyref" ).getAccessor().setValue( this, param ); } @Deprecated public java.lang.String MaxOccurs() { return super.MaxOccurs(); } @Deprecated public void setMaxOccurs$( java.lang.String param ) { super.setMaxOccurs$( param ); } public gw.internal.schema.gw.xsd.w3c.xmlschema.enums.NarrowMaxMin_MaxOccurs MaxOccurs$$gw_xsd_w3c_xmlschema_types_complex_NarrowMaxMin() { return (gw.internal.schema.gw.xsd.w3c.xmlschema.enums.NarrowMaxMin_MaxOccurs) TYPE.get().getTypeInfo().getProperty( "MaxOccurs" ).getAccessor().getValue( this ); } public void setMaxOccurs$$gw_xsd_w3c_xmlschema_types_complex_NarrowMaxMin$( gw.internal.schema.gw.xsd.w3c.xmlschema.enums.NarrowMaxMin_MaxOccurs param ) { TYPE.get().getTypeInfo().getProperty( "MaxOccurs" ).getAccessor().setValue( this, param ); } @Deprecated public java.math.BigInteger MinOccurs() { return super.MinOccurs(); } @Deprecated public void setMinOccurs$( java.math.BigInteger param ) { super.setMinOccurs$( param ); } public gw.internal.schema.gw.xsd.w3c.xmlschema.enums.NarrowMaxMin_MinOccurs MinOccurs$$gw_xsd_w3c_xmlschema_types_complex_NarrowMaxMin() { return (gw.internal.schema.gw.xsd.w3c.xmlschema.enums.NarrowMaxMin_MinOccurs) TYPE.get().getTypeInfo().getProperty( "MinOccurs" ).getAccessor().getValue( this ); } public void setMinOccurs$$gw_xsd_w3c_xmlschema_types_complex_NarrowMaxMin$( gw.internal.schema.gw.xsd.w3c.xmlschema.enums.NarrowMaxMin_MinOccurs param ) { TYPE.get().getTypeInfo().getProperty( "MinOccurs" ).getAccessor().setValue( this, param ); } public java.lang.String Name() { return (java.lang.String) TYPE.get().getTypeInfo().getProperty( "Name" ).getAccessor().getValue( this ); } public void setName$( java.lang.String param ) { TYPE.get().getTypeInfo().getProperty( "Name" ).getAccessor().setValue( this, param ); } public java.lang.Boolean Nillable() { return (java.lang.Boolean) TYPE.get().getTypeInfo().getProperty( "Nillable" ).getAccessor().getValue( this ); } public void setNillable$( java.lang.Boolean param ) { TYPE.get().getTypeInfo().getProperty( "Nillable" ).getAccessor().setValue( this, param ); } public javax.xml.namespace.QName Ref() { return (javax.xml.namespace.QName) TYPE.get().getTypeInfo().getProperty( "Ref" ).getAccessor().getValue( this ); } public void setRef$( javax.xml.namespace.QName param ) { TYPE.get().getTypeInfo().getProperty( "Ref" ).getAccessor().setValue( this, param ); } @Deprecated public gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements.LocalElement_SimpleType SimpleType$$gw_xsd_w3c_xmlschema_types_complex_LocalElement() { return super.SimpleType$$gw_xsd_w3c_xmlschema_types_complex_LocalElement(); } @Deprecated public void setSimpleType$$gw_xsd_w3c_xmlschema_types_complex_LocalElement$( gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements.LocalElement_SimpleType param ) { super.setSimpleType$$gw_xsd_w3c_xmlschema_types_complex_LocalElement$( param ); } public gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements.NarrowMaxMin_SimpleType SimpleType$$gw_xsd_w3c_xmlschema_types_complex_NarrowMaxMin() { return (gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements.NarrowMaxMin_SimpleType) TYPE.get().getTypeInfo().getProperty( "SimpleType" ).getAccessor().getValue( this ); } public void setSimpleType$$gw_xsd_w3c_xmlschema_types_complex_NarrowMaxMin$( gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements.NarrowMaxMin_SimpleType param ) { TYPE.get().getTypeInfo().getProperty( "SimpleType" ).getAccessor().setValue( this, param ); } public javax.xml.namespace.QName Type() { return (javax.xml.namespace.QName) TYPE.get().getTypeInfo().getProperty( "Type" ).getAccessor().getValue( this ); } public void setType$( javax.xml.namespace.QName param ) { TYPE.get().getTypeInfo().getProperty( "Type" ).getAccessor().setValue( this, param ); } public java.util.List<gw.internal.schema.gw.xsd.w3c.xmlschema.Unique> Unique() { //noinspection unchecked return (java.util.List<gw.internal.schema.gw.xsd.w3c.xmlschema.Unique>) TYPE.get().getTypeInfo().getProperty( "Unique" ).getAccessor().getValue( this ); } public void setUnique$( java.util.List<gw.internal.schema.gw.xsd.w3c.xmlschema.Unique> param ) { TYPE.get().getTypeInfo().getProperty( "Unique" ).getAccessor().setValue( this, param ); } @SuppressWarnings( {"UnusedDeclaration"} ) private static final long FINGERPRINT = -3788403261967307401L; }