com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes
Class AesSetOnlineType

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesSetOnlineType

public class AesSetOnlineType
extends Object

Java class for AesSetOnlineType complex type.

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

 <complexType name="AesSetOnlineType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="contributionUri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String contributionUri
           
protected  String version
           
 
Constructor Summary
AesSetOnlineType()
           
 
Method Summary
 String getContributionUri()
          Gets the value of the contributionUri property.
 String getVersion()
          Gets the value of the version property.
 void setContributionUri(String value)
          Sets the value of the contributionUri 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

contributionUri

protected String contributionUri

version

protected String version
Constructor Detail

AesSetOnlineType

public AesSetOnlineType()
Method Detail

getContributionUri

public String getContributionUri()
Gets the value of the contributionUri property.

Returns:
possible object is String

setContributionUri

public void setContributionUri(String value)
Sets the value of the contributionUri property.

Parameters:
value - allowed object is String

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 © 2013 Leibniz Universität Hannover. All Rights Reserved.