package gw.internal.schema.gw.xsd.w3c.soap12_envelope.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 Fault 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_Code = new javax.xml.namespace.QName( "http://www.w3.org/2003/05/soap-envelope", "Code", "soap12" ); public static final javax.xml.namespace.QName $ELEMENT_QNAME_Detail = new javax.xml.namespace.QName( "http://www.w3.org/2003/05/soap-envelope", "Detail", "soap12" ); public static final javax.xml.namespace.QName $ELEMENT_QNAME_Node = new javax.xml.namespace.QName( "http://www.w3.org/2003/05/soap-envelope", "Node", "soap12" ); public static final javax.xml.namespace.QName $ELEMENT_QNAME_Reason = new javax.xml.namespace.QName( "http://www.w3.org/2003/05/soap-envelope", "Reason", "soap12" ); public static final javax.xml.namespace.QName $ELEMENT_QNAME_Role = new javax.xml.namespace.QName( "http://www.w3.org/2003/05/soap-envelope", "Role", "soap12" ); public static final javax.xml.namespace.QName $QNAME = new javax.xml.namespace.QName( "http://www.w3.org/2003/05/soap-envelope", "Fault", "soap12" ); 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_envelope.types.complex.Fault" ); } }; 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 Fault() { super( TYPE.get(), SCHEMAINFO.get() ); } protected Fault( gw.lang.reflect.IType type, java.lang.Object schemaInfo ) { super( type, schemaInfo ); } public gw.internal.schema.gw.xsd.w3c.soap12_envelope.anonymous.elements.Fault_Code Code() { return (gw.internal.schema.gw.xsd.w3c.soap12_envelope.anonymous.elements.Fault_Code) TYPE.get().getTypeInfo().getProperty( "Code" ).getAccessor().getValue( this ); } public void setCode$( gw.internal.schema.gw.xsd.w3c.soap12_envelope.anonymous.elements.Fault_Code param ) { TYPE.get().getTypeInfo().getProperty( "Code" ).getAccessor().setValue( this, param ); } public gw.internal.schema.gw.xsd.w3c.soap12_envelope.anonymous.elements.Fault_Detail Detail() { return (gw.internal.schema.gw.xsd.w3c.soap12_envelope.anonymous.elements.Fault_Detail) TYPE.get().getTypeInfo().getProperty( "Detail" ).getAccessor().getValue( this ); } public void setDetail$( gw.internal.schema.gw.xsd.w3c.soap12_envelope.anonymous.elements.Fault_Detail param ) { TYPE.get().getTypeInfo().getProperty( "Detail" ).getAccessor().setValue( this, param ); } public java.net.URI Node() { return (java.net.URI) TYPE.get().getTypeInfo().getProperty( "Node" ).getAccessor().getValue( this ); } public void setNode$( java.net.URI param ) { TYPE.get().getTypeInfo().getProperty( "Node" ).getAccessor().setValue( this, param ); } public gw.internal.schema.gw.xsd.w3c.soap12_envelope.anonymous.elements.Fault_Node Node_elem() { return (gw.internal.schema.gw.xsd.w3c.soap12_envelope.anonymous.elements.Fault_Node) TYPE.get().getTypeInfo().getProperty( "Node_elem" ).getAccessor().getValue( this ); } public void setNode_elem$( gw.internal.schema.gw.xsd.w3c.soap12_envelope.anonymous.elements.Fault_Node param ) { TYPE.get().getTypeInfo().getProperty( "Node_elem" ).getAccessor().setValue( this, param ); } public gw.internal.schema.gw.xsd.w3c.soap12_envelope.anonymous.elements.Fault_Reason Reason() { return (gw.internal.schema.gw.xsd.w3c.soap12_envelope.anonymous.elements.Fault_Reason) TYPE.get().getTypeInfo().getProperty( "Reason" ).getAccessor().getValue( this ); } public void setReason$( gw.internal.schema.gw.xsd.w3c.soap12_envelope.anonymous.elements.Fault_Reason param ) { TYPE.get().getTypeInfo().getProperty( "Reason" ).getAccessor().setValue( this, param ); } public java.net.URI Role() { return (java.net.URI) TYPE.get().getTypeInfo().getProperty( "Role" ).getAccessor().getValue( this ); } public void setRole$( java.net.URI param ) { TYPE.get().getTypeInfo().getProperty( "Role" ).getAccessor().setValue( this, param ); } public gw.internal.schema.gw.xsd.w3c.soap12_envelope.anonymous.elements.Fault_Role Role_elem() { return (gw.internal.schema.gw.xsd.w3c.soap12_envelope.anonymous.elements.Fault_Role) TYPE.get().getTypeInfo().getProperty( "Role_elem" ).getAccessor().getValue( this ); } public void setRole_elem$( gw.internal.schema.gw.xsd.w3c.soap12_envelope.anonymous.elements.Fault_Role param ) { TYPE.get().getTypeInfo().getProperty( "Role_elem" ).getAccessor().setValue( this, param ); } @SuppressWarnings( {"UnusedDeclaration"} ) private static final long FINGERPRINT = 6048722374270687003L; }