package gw.internal.schema.gw.xsd.config.xml.schemalocations.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 Schemalocations_Schema_ExternalLocations extends gw.internal.schema.gw.xsd.w3c.xmlschema.types.simple.AnySimpleType 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.config.xml.schemalocations.anonymous.types.simple.Schemalocations_Schema_ExternalLocations" ); } }; 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 Schemalocations_Schema_ExternalLocations() { super( TYPE.get(), SCHEMAINFO.get() ); } protected Schemalocations_Schema_ExternalLocations( gw.lang.reflect.IType type, java.lang.Object schemaInfo ) { super( type, schemaInfo ); } public Schemalocations_Schema_ExternalLocations( java.util.List<java.net.URI> 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 java.util.List<java.net.URI> getValue$$gw_xsd_config_xml_schemalocations_anonymous_types_simple_Schemalocations_Schema_ExternalLocations() { //noinspection unchecked return (java.util.List<java.net.URI>) TYPE.get().getTypeInfo().getProperty( "$Value" ).getAccessor().getValue( this ); } public void setValue$$gw_xsd_config_xml_schemalocations_anonymous_types_simple_Schemalocations_Schema_ExternalLocations( java.util.List<java.net.URI> param ) { TYPE.get().getTypeInfo().getProperty( "$Value" ).getAccessor().setValue( this, param ); } @SuppressWarnings( {"UnusedDeclaration"} ) private static final long FINGERPRINT = -4817729403594797358L; }