de.extra_standard.namespace.components._1
Class RootElementType

java.lang.Object
  extended by de.extra_standard.namespace.components._1.RootElementType
Direct Known Subclasses:
TransportRequestType, TransportResponseType

public abstract class RootElementType
extends Object

Java class for RootElementType complex type.

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

 <complexType name="RootElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="version" use="required" type="{http://www.extra-standard.de/namespace/components/1}SupportedVersionsType" />
       <attribute name="profile" use="required" type="{http://www.extra-standard.de/namespace/components/1}ProfileIDType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String profile
           
protected  String version
           
 
Constructor Summary
RootElementType()
           
 
Method Summary
 String getProfile()
          Gets the value of the profile property.
 String getVersion()
          Gets the value of the version property.
 void setProfile(String value)
          Sets the value of the profile 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

profile

protected String profile
Constructor Detail

RootElementType

public RootElementType()
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

getProfile

public String getProfile()
Gets the value of the profile property.

Returns:
possible object is String

setProfile

public void setProfile(String value)
Sets the value of the profile property.

Parameters:
value - allowed object is String


Copyright © 2012-2013. All Rights Reserved.