package gw.internal.schema.gw.xsd.w3c.soap11.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 TStyleChoice extends gw.internal.schema.gw.xsd.w3c.xmlschema.types.simple.String implements gw.internal.xml.IXmlGeneratedClass { public static final javax.xml.namespace.QName $QNAME = new javax.xml.namespace.QName( "http://schemas.xmlsoap.org/wsdl/soap/", "tStyleChoice", "soap" ); 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.types.simple.TStyleChoice" ); } }; 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 TStyleChoice() { super( TYPE.get(), SCHEMAINFO.get() ); } protected TStyleChoice( gw.lang.reflect.IType type, java.lang.Object schemaInfo ) { super( type, schemaInfo ); } public TStyleChoice( gw.internal.schema.gw.xsd.w3c.soap11.enums.TStyleChoice value ) { this(); TYPE.get().getTypeInfo().getProperty( "$Value" ).getAccessor().setValue( this, value ); } @Deprecated public java.lang.String getValue() { return super.getValue(); } @Deprecated public void setValue( java.lang.String param ) { super.setValue( param ); } public gw.internal.schema.gw.xsd.w3c.soap11.enums.TStyleChoice getValue$$gw_xsd_w3c_soap11_types_simple_TStyleChoice() { return (gw.internal.schema.gw.xsd.w3c.soap11.enums.TStyleChoice) TYPE.get().getTypeInfo().getProperty( "$Value" ).getAccessor().getValue( this ); } public void setValue$$gw_xsd_w3c_soap11_types_simple_TStyleChoice( gw.internal.schema.gw.xsd.w3c.soap11.enums.TStyleChoice param ) { TYPE.get().getTypeInfo().getProperty( "$Value" ).getAccessor().setValue( this, param ); } @SuppressWarnings( {"UnusedDeclaration"} ) private static final long FINGERPRINT = 331177992055240603L; }