package gw.internal.schema.gw.xsd.config.xml.schemalocations.anonymous.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 Schemalocations extends gw.internal.schema.gw.xsd.w3c.xmlschema.types.complex.AnyType implements gw.internal.xml.IXmlGeneratedClass { public static final javax.xml.namespace.QName $ELEMENT_QNAME_Schema = new javax.xml.namespace.QName( "http://guidewire.com/xml/schemalocations", "schema", "" ); 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.complex.Schemalocations" ); } }; 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() { super( TYPE.get(), SCHEMAINFO.get() ); } protected Schemalocations( gw.lang.reflect.IType type, java.lang.Object schemaInfo ) { super( type, schemaInfo ); } public java.util.List<gw.internal.schema.gw.xsd.config.xml.schemalocations.anonymous.elements.Schemalocations_Schema> Schema() { //noinspection unchecked return (java.util.List<gw.internal.schema.gw.xsd.config.xml.schemalocations.anonymous.elements.Schemalocations_Schema>) TYPE.get().getTypeInfo().getProperty( "Schema" ).getAccessor().getValue( this ); } public void setSchema$( java.util.List<gw.internal.schema.gw.xsd.config.xml.schemalocations.anonymous.elements.Schemalocations_Schema> param ) { TYPE.get().getTypeInfo().getProperty( "Schema" ).getAccessor().setValue( this, param ); } @SuppressWarnings( {"UnusedDeclaration"} ) private static final long FINGERPRINT = -4817729403594797358L; }