de.extra_standard.namespace.components._1
Class ElementWithOptionalVersionType
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
version
protected String version
ElementWithOptionalVersionType
public ElementWithOptionalVersionType()
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.