net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003
Class Parameter

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.Parameter
All Implemented Interfaces:
Serializable, Cloneable

public class Parameter
extends Object
implements Serializable, Cloneable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="Value">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>anySimpleType">
                 <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}NCName" default="string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class Parameter.Value
          Java class for anonymous complex type.
 
Field Summary
protected  String name
           
protected  Parameter.Value value
           
 
Constructor Summary
Parameter()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.Parameter instance.
Parameter(Parameter o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.Parameter instance by copying a given instance.
 
Method Summary
 Parameter clone()
          Creates and returns a copy of this object.
 String getName()
          Gets the value of the name property.
 Parameter.Value getValue()
          Gets the value of the value property.
 void setName(String value)
          Sets the value of the name property.
 void setValue(Parameter.Value value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

value

protected Parameter.Value value
Constructor Detail

Parameter

public Parameter()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.Parameter instance.


Parameter

public Parameter(Parameter o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.ebics.h003.Parameter instance by copying a given instance.

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

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getValue

public Parameter.Value getValue()
Gets the value of the value property.

Returns:
possible object is Parameter.Value

setValue

public void setValue(Parameter.Value value)
Sets the value of the value property.

Parameters:
value - allowed object is Parameter.Value

clone

public Parameter 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.