package gw.internal.schema.gw.xsd.w3c.soap11_envelope.anonymous.types.simple; /***************************************************************************/ /* THIS IS AUTOGENERATED CODE - DO NOT MODIFY OR YOUR CHANGES WILL BE LOST */ /* THIS CODE CAN BE REGENERATED USING 'xsd-codegen' */ /***************************************************************************/ public class MustUnderstand extends gw.internal.schema.gw.xsd.w3c.xmlschema.types.simple.Boolean implements gw.internal.xml.IXmlGeneratedClass { 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.soap11_envelope.anonymous.types.simple.MustUnderstand" ); } }; 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 MustUnderstand() { super( TYPE.get(), SCHEMAINFO.get() ); } protected MustUnderstand( gw.lang.reflect.IType type, java.lang.Object schemaInfo ) { super( type, schemaInfo ); } public MustUnderstand( java.lang.Boolean value ) { this(); TYPE.get().getTypeInfo().getProperty( "$Value" ).getAccessor().setValue( this, value ); } @Deprecated public java.lang.Boolean getValue$$gw_xsd_w3c_xmlschema_types_simple_Boolean() { return super.getValue$$gw_xsd_w3c_xmlschema_types_simple_Boolean(); } @Deprecated public void setValue$$gw_xsd_w3c_xmlschema_types_simple_Boolean( java.lang.Boolean param ) { super.setValue$$gw_xsd_w3c_xmlschema_types_simple_Boolean( param ); } public java.lang.Boolean getValue$$gw_xsd_w3c_soap11_envelope_anonymous_types_simple_MustUnderstand() { return (java.lang.Boolean) TYPE.get().getTypeInfo().getProperty( "$Value" ).getAccessor().getValue( this ); } public void setValue$$gw_xsd_w3c_soap11_envelope_anonymous_types_simple_MustUnderstand( java.lang.Boolean param ) { TYPE.get().getTypeInfo().getProperty( "$Value" ).getAccessor().setValue( this, param ); } @SuppressWarnings( {"UnusedDeclaration"} ) private static final long FINGERPRINT = -6325559773743339107L; }