|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.Parameter
public class Parameter
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>
| 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.indexed.valueclass.ebics.h003.Parameter instance. |
|
Parameter(Parameter o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.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 |
|---|
protected String name
protected Parameter.Value value
| Constructor Detail |
|---|
public Parameter()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.Parameter instance.
public Parameter(Parameter o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.Parameter instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Parameter.Value getValue()
Parameter.Valuepublic void setValue(Parameter.Value value)
value - allowed object is
Parameter.Valuepublic Parameter clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||