All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.axis2.schema.template.PlainBeanTemplate.xsl Maven / Gradle / Ivy

There is a newer version: 1.8.2
Show newest version



    

     
    
        
/**
 * .java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis2 version: #axisVersion# #today#
 */

        package ;

        /**
        *   wrapped bean classes
        */
        @SuppressWarnings({"unchecked","unused"})
        public class {

        

        }
    

    
    
        
    


    
/**
 * .java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis2 version: #axisVersion# #today#
 */

        package ;
        

        /**
        *   bean class
        */

        public class   extends {

        
            /* This type was generated from the piece of schema that had
                name = 
                Namespace URI = 
                Namespace Prefix = 
                */
            
            
                public static final javax.xml.namespace.QName MY_QNAME = new javax.xml.namespace.QName(
                "",
                "",
                "");

            
        


        
            
            
            
            local
            /**
            * field for 
            * This was an Attribute!
            * This was an Array!

            */
            private   ;

            /**
            * Auto generated getter method
            * @return 
            */
            public   get(){
            return ;
            }

            /**
            * Auto generated setter method
            * @param param 
            */
            public void set( param){
            
            
                
                    if (param.length > ){
                    throw new java.lang.RuntimeException();
                    }
                
                
                    if (param.length < ){
                    throw new java.lang.RuntimeException();
                    }
                
            
            this.=param;
            }
        
        }
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy