001 /*
002 * XML Type: tExtensibleAttributesDocumented
003 * Namespace: http://schemas.xmlsoap.org/wsdl/
004 * Java type: org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented
005 *
006 * Automatically generated - do not modify.
007 */
008 package org.apache.geronimo.xbeans.wsdl.impl;
009 /**
010 * An XML tExtensibleAttributesDocumented(@http://schemas.xmlsoap.org/wsdl/).
011 *
012 * This is a complex type.
013 */
014 public class TExtensibleAttributesDocumentedImpl extends org.apache.geronimo.xbeans.wsdl.impl.TDocumentedImpl implements org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented
015 {
016
017 public TExtensibleAttributesDocumentedImpl(org.apache.xmlbeans.SchemaType sType)
018 {
019 super(sType);
020 }
021
022
023 }