net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h000
Class HEVResponseDataType.VersionNumber

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h000.HEVResponseDataType.VersionNumber
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
HEVResponseDataType

public static class HEVResponseDataType.VersionNumber
extends Object
implements Serializable, Cloneable

Java class for anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.ebics.org/H000>VersionNumberType">
       <attribute name="ProtocolVersion" use="required" type="{http://www.ebics.org/H000}ProtocolVersionType" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String protocolVersion
           
protected  String value
           
 
Constructor Summary
HEVResponseDataType.VersionNumber()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h000.HEVResponseDataType.VersionNumber instance.
HEVResponseDataType.VersionNumber(HEVResponseDataType.VersionNumber o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h000.HEVResponseDataType.VersionNumber instance by copying a given instance.
 
Method Summary
 HEVResponseDataType.VersionNumber clone()
          Creates and returns a copy of this object.
 String getProtocolVersion()
          Gets the value of the protocolVersion property.
 String getValue()
          Datatype for a release number
 void setProtocolVersion(String value)
          Sets the value of the protocolVersion property.
 void setValue(String 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

value

protected String value

protocolVersion

protected String protocolVersion
Constructor Detail

HEVResponseDataType.VersionNumber

public HEVResponseDataType.VersionNumber()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h000.HEVResponseDataType.VersionNumber instance.


HEVResponseDataType.VersionNumber

public HEVResponseDataType.VersionNumber(HEVResponseDataType.VersionNumber o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h000.HEVResponseDataType.VersionNumber instance by copying a given instance.

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

getValue

public String getValue()
Datatype for a release number

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getProtocolVersion

public String getProtocolVersion()
Gets the value of the protocolVersion property.

Returns:
possible object is String

setProtocolVersion

public void setProtocolVersion(String value)
Sets the value of the protocolVersion property.

Parameters:
value - allowed object is String

clone

public HEVResponseDataType.VersionNumber 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.