package gw.internal.schema.gw.xsd.w3c.soap12.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 THeader extends gw.internal.schema.gw.xsd.w3c.wsdl.types.complex.TExtensibilityElement implements gw.internal.xml.IXmlGeneratedClass { public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_EncodingStyle = new javax.xml.namespace.QName( "", "encodingStyle", "" ); public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_Message = new javax.xml.namespace.QName( "", "message", "" ); public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_Namespace = new javax.xml.namespace.QName( "", "namespace", "" ); public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_Part = new javax.xml.namespace.QName( "", "part", "" ); public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_Required = new javax.xml.namespace.QName( "http://schemas.xmlsoap.org/wsdl/", "required", "wsdl" ); public static final javax.xml.namespace.QName $ATTRIBUTE_QNAME_Use = new javax.xml.namespace.QName( "", "use", "" ); public static final javax.xml.namespace.QName $ELEMENT_QNAME_Headerfault = new javax.xml.namespace.QName( "http://schemas.xmlsoap.org/wsdl/soap12/", "headerfault", "wsoap12" ); public static final javax.xml.namespace.QName $QNAME = new javax.xml.namespace.QName( "http://schemas.xmlsoap.org/wsdl/soap12/", "tHeader", "wsoap12" ); 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.soap12.types.complex.THeader" ); } }; 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 THeader() { super( TYPE.get(), SCHEMAINFO.get() ); } protected THeader( gw.lang.reflect.IType type, java.lang.Object schemaInfo ) { super( type, schemaInfo ); } public java.net.URI EncodingStyle() { return (java.net.URI) TYPE.get().getTypeInfo().getProperty( "EncodingStyle" ).getAccessor().getValue( this ); } public void setEncodingStyle$( java.net.URI param ) { TYPE.get().getTypeInfo().getProperty( "EncodingStyle" ).getAccessor().setValue( this, param ); } public java.util.List<gw.internal.schema.gw.xsd.w3c.soap12.Headerfault> Headerfault() { //noinspection unchecked return (java.util.List<gw.internal.schema.gw.xsd.w3c.soap12.Headerfault>) TYPE.get().getTypeInfo().getProperty( "Headerfault" ).getAccessor().getValue( this ); } public void setHeaderfault$( java.util.List<gw.internal.schema.gw.xsd.w3c.soap12.Headerfault> param ) { TYPE.get().getTypeInfo().getProperty( "Headerfault" ).getAccessor().setValue( this, param ); } public javax.xml.namespace.QName Message() { return (javax.xml.namespace.QName) TYPE.get().getTypeInfo().getProperty( "Message" ).getAccessor().getValue( this ); } public void setMessage$( javax.xml.namespace.QName param ) { TYPE.get().getTypeInfo().getProperty( "Message" ).getAccessor().setValue( this, param ); } public java.net.URI Namespace() { return (java.net.URI) TYPE.get().getTypeInfo().getProperty( "Namespace" ).getAccessor().getValue( this ); } public void setNamespace$( java.net.URI param ) { TYPE.get().getTypeInfo().getProperty( "Namespace" ).getAccessor().setValue( this, param ); } public java.lang.String Part() { return (java.lang.String) TYPE.get().getTypeInfo().getProperty( "Part" ).getAccessor().getValue( this ); } public void setPart$( java.lang.String param ) { TYPE.get().getTypeInfo().getProperty( "Part" ).getAccessor().setValue( this, param ); } public java.lang.Boolean Required() { return (java.lang.Boolean) TYPE.get().getTypeInfo().getProperty( "Required" ).getAccessor().getValue( this ); } public void setRequired$( java.lang.Boolean param ) { TYPE.get().getTypeInfo().getProperty( "Required" ).getAccessor().setValue( this, param ); } public gw.internal.schema.gw.xsd.w3c.soap12.enums.UseChoice Use() { return (gw.internal.schema.gw.xsd.w3c.soap12.enums.UseChoice) TYPE.get().getTypeInfo().getProperty( "Use" ).getAccessor().getValue( this ); } public void setUse$( gw.internal.schema.gw.xsd.w3c.soap12.enums.UseChoice param ) { TYPE.get().getTypeInfo().getProperty( "Use" ).getAccessor().setValue( this, param ); } @SuppressWarnings( {"UnusedDeclaration"} ) private static final long FINGERPRINT = 2359489450031053463L; }