net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee
Class MethodParamsType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.MethodParamsType
All Implemented Interfaces:
Serializable, Cloneable

public class MethodParamsType
extends Object
implements Serializable, Cloneable

The method-paramsType defines a list of the fully-qualified Java type names of the method parameters.

Java class for method-paramsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="method-paramsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="method-param" type="{http://java.sun.com/xml/ns/javaee}java-typeType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  JavaTypeType[] methodParam
           
 
Constructor Summary
MethodParamsType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.MethodParamsType instance.
MethodParamsType(MethodParamsType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.MethodParamsType instance by copying a given instance.
 
Method Summary
 MethodParamsType clone()
          Creates and returns a copy of this object.
protected  void copyMethodParam(JavaTypeType[] source)
          Copies all values of property MethodParam.
 String getId()
          Gets the value of the id property.
 JavaTypeType[] getMethodParam()
           
 JavaTypeType getMethodParam(int idx)
           
 int getMethodParamLength()
           
 void setId(String value)
          Sets the value of the id property.
 JavaTypeType setMethodParam(int idx, JavaTypeType value)
           
 void setMethodParam(JavaTypeType[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodParam

protected JavaTypeType[] methodParam

id

protected String id
Constructor Detail

MethodParamsType

public MethodParamsType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.MethodParamsType instance.


MethodParamsType

public MethodParamsType(MethodParamsType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.MethodParamsType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getMethodParam

public JavaTypeType[] getMethodParam()
Returns:
array of JavaTypeType

getMethodParam

public JavaTypeType getMethodParam(int idx)
Returns:
one of JavaTypeType

getMethodParamLength

public int getMethodParamLength()

setMethodParam

public void setMethodParam(JavaTypeType[] values)
Parameters:
values - allowed objects are JavaTypeType

setMethodParam

public JavaTypeType setMethodParam(int idx,
                                   JavaTypeType value)
Parameters:
value - allowed object is JavaTypeType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

copyMethodParam

protected void copyMethodParam(JavaTypeType[] source)
Copies all values of property MethodParam.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public MethodParamsType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.