org.apache.axis2.schema.template.PlainBeanTemplate.xsl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axis2-adb-codegen Show documentation
Show all versions of axis2-adb-codegen Show documentation
ADB code generation support for Axis2
/**
* .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