|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesCatalogKey
public class AesCatalogKey
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 |
|---|
protected String location
protected String version
| Constructor Detail |
|---|
public AesCatalogKey()
| Method Detail |
|---|
public String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||