public static gw.internal.schema.gw.xsd.w3c.xmlschema.TotalDigits parse(java.net.URL url) { //noinspection RedundantArrayCreation return (gw.internal.schema.gw.xsd.w3c.xmlschema.TotalDigits) TYPE.get() .getTypeInfo() .getMethod("parse", gw.lang.reflect.TypeSystem.get(java.net.URL.class)) .getCallHandler() .handleCall(null, new java.lang.Object[] {url}); }
public static gw.xml.XmlSimpleValue createSimpleValue(java.lang.String value) { //noinspection RedundantArrayCreation return (gw.xml.XmlSimpleValue) TYPE.get() .getTypeInfo() .getMethod("createSimpleValue", gw.lang.reflect.TypeSystem.get(java.lang.String.class)) .getCallHandler() .handleCall(null, new java.lang.Object[] {value}); }
public static gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements .TopLevelElement_SimpleType parse(java.net.URL url) { //noinspection RedundantArrayCreation return (gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements.TopLevelElement_SimpleType) TYPE.get() .getTypeInfo() .getMethod("parse", gw.lang.reflect.TypeSystem.get(java.net.URL.class)) .getCallHandler() .handleCall(null, new java.lang.Object[] {url}); }
public static void set(gw.xml.XmlElement element, java.lang.String value) { //noinspection RedundantArrayCreation TYPE.get() .getTypeInfo() .getMethod( "set", gw.lang.reflect.TypeSystem.get(gw.xml.XmlElement.class), gw.lang.reflect.TypeSystem.get(java.lang.String.class)) .getCallHandler() .handleCall(null, new java.lang.Object[] {element, value}); }
public static gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements .SimpleRestrictionType_AttributeGroup parse(byte[] byteArray) { //noinspection RedundantArrayCreation return (gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements .SimpleRestrictionType_AttributeGroup) TYPE.get() .getTypeInfo() .getMethod("parse", gw.lang.reflect.TypeSystem.get(byte[].class)) .getCallHandler() .handleCall(null, new java.lang.Object[] {byteArray}); }
public static void set(gw.xml.XmlElement element, java.util.List<java.net.URI> value) { //noinspection RedundantArrayCreation TYPE.get() .getTypeInfo() .getMethod( "set", gw.lang.reflect.TypeSystem.get(gw.xml.XmlElement.class), gw.lang.reflect.TypeSystem.get(java.util.List.class) .getParameterizedType(gw.lang.reflect.TypeSystem.get(java.net.URI.class))) .getCallHandler() .handleCall(null, new java.lang.Object[] {element, value}); }
public static gw.xml.XmlSimpleValue createSimpleValue(java.util.List<java.net.URI> value) { //noinspection RedundantArrayCreation return (gw.xml.XmlSimpleValue) TYPE.get() .getTypeInfo() .getMethod( "createSimpleValue", gw.lang.reflect.TypeSystem.get(java.util.List.class) .getParameterizedType(gw.lang.reflect.TypeSystem.get(java.net.URI.class))) .getCallHandler() .handleCall(null, new java.lang.Object[] {value}); }
public static gw.xml.XmlSimpleValue createSimpleValue( gw.internal.schema.gw.xsd.w3c.xmlschema.enums.Wildcard_ProcessContents value) { //noinspection RedundantArrayCreation return (gw.xml.XmlSimpleValue) TYPE.get() .getTypeInfo() .getMethod( "createSimpleValue", gw.lang.reflect.TypeSystem.get( gw.internal.schema.gw.xsd.w3c.xmlschema.enums.Wildcard_ProcessContents.class)) .getCallHandler() .handleCall(null, new java.lang.Object[] {value}); }
public static gw.internal.schema.gw.xsd.w3c.xmlschema.TotalDigits parse( java.lang.String xmlString, gw.xml.XmlParseOptions options) { //noinspection RedundantArrayCreation return (gw.internal.schema.gw.xsd.w3c.xmlschema.TotalDigits) TYPE.get() .getTypeInfo() .getMethod( "parse", gw.lang.reflect.TypeSystem.get(java.lang.String.class), gw.lang.reflect.TypeSystem.get(gw.xml.XmlParseOptions.class)) .getCallHandler() .handleCall(null, new java.lang.Object[] {xmlString, options}); }
public static void set( gw.xml.XmlElement element, gw.internal.schema.gw.xsd.w3c.xmlschema.enums.Wildcard_ProcessContents value) { //noinspection RedundantArrayCreation TYPE.get() .getTypeInfo() .getMethod( "set", gw.lang.reflect.TypeSystem.get(gw.xml.XmlElement.class), gw.lang.reflect.TypeSystem.get( gw.internal.schema.gw.xsd.w3c.xmlschema.enums.Wildcard_ProcessContents.class)) .getCallHandler() .handleCall(null, new java.lang.Object[] {element, value}); }
public static gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements .TopLevelElement_SimpleType parse(java.io.Reader reader, gw.xml.XmlParseOptions options) { //noinspection RedundantArrayCreation return (gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements.TopLevelElement_SimpleType) TYPE.get() .getTypeInfo() .getMethod( "parse", gw.lang.reflect.TypeSystem.get(java.io.Reader.class), gw.lang.reflect.TypeSystem.get(gw.xml.XmlParseOptions.class)) .getCallHandler() .handleCall(null, new java.lang.Object[] {reader, options}); }
public static void set( gw.internal.schema.gw.xsd.w3c.xmlschema.types.complex.AnyType anyType, java.lang.String value) { //noinspection RedundantArrayCreation TYPE.get() .getTypeInfo() .getMethod( "set", gw.lang.reflect.TypeSystem.get( gw.internal.schema.gw.xsd.w3c.xmlschema.types.complex.AnyType.class), gw.lang.reflect.TypeSystem.get(java.lang.String.class)) .getCallHandler() .handleCall(null, new java.lang.Object[] {anyType, value}); }
public static gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements .SimpleRestrictionType_AttributeGroup parse(java.net.URL url, gw.xml.XmlParseOptions options) { //noinspection RedundantArrayCreation return (gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.elements .SimpleRestrictionType_AttributeGroup) TYPE.get() .getTypeInfo() .getMethod( "parse", gw.lang.reflect.TypeSystem.get(java.net.URL.class), gw.lang.reflect.TypeSystem.get(gw.xml.XmlParseOptions.class)) .getCallHandler() .handleCall(null, new java.lang.Object[] {url, options}); }
public TParam() { super(TYPE.get(), SCHEMAINFO.get()); }
@Override protected java.lang.Object init() { gw.lang.reflect.IType type = TYPE.get(); return getSchemaInfoByType(type); }
public void setValue$(java.math.BigInteger param) { TYPE.get().getTypeInfo().getProperty("Value").getAccessor().setValue(this, param); }
public java.math.BigInteger Value() { return (java.math.BigInteger) TYPE.get().getTypeInfo().getProperty("Value").getAccessor().getValue(this); }
public void setFixed$(java.lang.Boolean param) { TYPE.get().getTypeInfo().getProperty("Fixed").getAccessor().setValue(this, param); }
public java.lang.String getSerializedValue() { return (java.lang.String) TYPE.get().getTypeInfo().getProperty("SerializedValue").getAccessor().getValue(this); }
public javax.xml.namespace.QName Message() { return (javax.xml.namespace.QName) TYPE.get().getTypeInfo().getProperty("Message").getAccessor().getValue(this); }
public gw.internal.schema.gw.xsd.w3c.xmlschema.Annotation Annotation() { return (gw.internal.schema.gw.xsd.w3c.xmlschema.Annotation) TYPE.get().getTypeInfo().getProperty("Annotation").getAccessor().getValue(this); }
public java.lang.String Name() { return (java.lang.String) TYPE.get().getTypeInfo().getProperty("Name").getAccessor().getValue(this); }
public SimpleRestrictionType_AttributeGroup( gw.internal.schema.gw.xsd.w3c.xmlschema.types.complex.AttributeGroupRef typeInstance) { super($QNAME, TYPE.get(), TYPEINSTANCETYPE.get(), typeInstance); }
public gw.internal.schema.gw.xsd.w3c.wsdl.anonymous.elements.TDocumented_Documentation Documentation() { return (gw.internal.schema.gw.xsd.w3c.wsdl.anonymous.elements.TDocumented_Documentation) TYPE.get().getTypeInfo().getProperty("Documentation").getAccessor().getValue(this); }
public void setDocumentation$( gw.internal.schema.gw.xsd.w3c.wsdl.anonymous.elements.TDocumented_Documentation param) { TYPE.get().getTypeInfo().getProperty("Documentation").getAccessor().setValue(this, param); }
public void setAnnotation$(gw.internal.schema.gw.xsd.w3c.xmlschema.Annotation param) { TYPE.get().getTypeInfo().getProperty("Annotation").getAccessor().setValue(this, param); }
public void setMessage$(javax.xml.namespace.QName param) { TYPE.get().getTypeInfo().getProperty("Message").getAccessor().setValue(this, param); }
public java.lang.Boolean Fixed() { return (java.lang.Boolean) TYPE.get().getTypeInfo().getProperty("Fixed").getAccessor().getValue(this); }
public void setName$(java.lang.String param) { TYPE.get().getTypeInfo().getProperty("Name").getAccessor().setValue(this, param); }
public TotalDigits( gw.internal.schema.gw.xsd.w3c.xmlschema.anonymous.types.complex.TotalDigits typeInstance) { super($QNAME, TYPE.get(), TYPEINSTANCETYPE.get(), typeInstance); }