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

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

public class AesCatalogKey
extends Object

Java class for AesCatalogKey complex type.

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

 <complexType name="AesCatalogKey">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="location" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String location
           
protected  String version
           
 
Constructor Summary
AesCatalogKey()
           
 
Method Summary
 String getLocation()
          Gets the value of the location property.
 String getVersion()
          Gets the value of the version property.
 void setLocation(String value)
          Sets the value of the location 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

location

protected String location

version

protected String version
Constructor Detail

AesCatalogKey

public AesCatalogKey()
Method Detail

getLocation

public String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(String value)
Sets the value of the location 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.