de.extra_standard.namespace.components._1
Class ElementWithOptionalVersionType

java.lang.Object
  extended by de.extra_standard.namespace.components._1.ElementWithOptionalVersionType
Direct Known Subclasses:
MessageRequestBodyType, MessageRequestHeaderType, MessageRequestType, MessageResponseBodyType, MessageResponseHeaderType, MessageResponseType, PackageRequestBodyType, PackageRequestHeaderType, PackageRequestType, PackageResponseBodyType, PackageResponseHeaderType, PackageResponseType, TransportRequestBodyType, TransportRequestHeaderType, TransportResponseBodyType, TransportResponseHeaderType

public abstract class ElementWithOptionalVersionType
extends Object

Java class for ElementWithOptionalVersionType complex type.

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

 <complexType name="ElementWithOptionalVersionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="version" type="{http://www.extra-standard.de/namespace/components/1}AbstractVersionType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String version
           
 
Constructor Summary
ElementWithOptionalVersionType()
           
 
Method Summary
 String getVersion()
          Gets the value of the version property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

protected String version
Constructor Detail

ElementWithOptionalVersionType

public ElementWithOptionalVersionType()
Method Detail

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


Copyright © 2012-2013. All Rights Reserved.