public static interface SecurityContextDocument.SecurityContext.AmazonWebservices
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecurityContextDocument.SecurityContext.AmazonWebservices.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKeyId()
Gets the "access-key-id" element
|
String |
getAmiId()
Gets the "ami-id" element
|
String |
getInstanceId()
Gets the "instance-id" element
|
String |
getInstanceType()
Gets the "instance-type" element
|
String |
getSecretAccessKey()
Gets the "secret-access-key" element
|
String |
getUsername()
Gets the "username" element
|
void |
setAccessKeyId(String accessKeyId)
Sets the "access-key-id" element
|
void |
setAmiId(String amiId)
Sets the "ami-id" element
|
void |
setInstanceId(String instanceId)
Sets the "instance-id" element
|
void |
setInstanceType(String instanceType)
Sets the "instance-type" element
|
void |
setSecretAccessKey(String secretAccessKey)
Sets the "secret-access-key" element
|
void |
setUsername(String username)
Sets the "username" element
|
org.apache.xmlbeans.XmlString |
xgetAccessKeyId()
Gets (as xml) the "access-key-id" element
|
org.apache.xmlbeans.XmlString |
xgetAmiId()
Gets (as xml) the "ami-id" element
|
org.apache.xmlbeans.XmlString |
xgetInstanceId()
Gets (as xml) the "instance-id" element
|
org.apache.xmlbeans.XmlString |
xgetInstanceType()
Gets (as xml) the "instance-type" element
|
org.apache.xmlbeans.XmlString |
xgetSecretAccessKey()
Gets (as xml) the "secret-access-key" element
|
org.apache.xmlbeans.XmlString |
xgetUsername()
Gets (as xml) the "username" element
|
void |
xsetAccessKeyId(org.apache.xmlbeans.XmlString accessKeyId)
Sets (as xml) the "access-key-id" element
|
void |
xsetAmiId(org.apache.xmlbeans.XmlString amiId)
Sets (as xml) the "ami-id" element
|
void |
xsetInstanceId(org.apache.xmlbeans.XmlString instanceId)
Sets (as xml) the "instance-id" element
|
void |
xsetInstanceType(org.apache.xmlbeans.XmlString instanceType)
Sets (as xml) the "instance-type" element
|
void |
xsetSecretAccessKey(org.apache.xmlbeans.XmlString secretAccessKey)
Sets (as xml) the "secret-access-key" element
|
void |
xsetUsername(org.apache.xmlbeans.XmlString username)
Sets (as xml) the "username" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getAccessKeyId()
org.apache.xmlbeans.XmlString xgetAccessKeyId()
void setAccessKeyId(String accessKeyId)
void xsetAccessKeyId(org.apache.xmlbeans.XmlString accessKeyId)
String getSecretAccessKey()
org.apache.xmlbeans.XmlString xgetSecretAccessKey()
void setSecretAccessKey(String secretAccessKey)
void xsetSecretAccessKey(org.apache.xmlbeans.XmlString secretAccessKey)
String getAmiId()
org.apache.xmlbeans.XmlString xgetAmiId()
void setAmiId(String amiId)
void xsetAmiId(org.apache.xmlbeans.XmlString amiId)
String getInstanceId()
org.apache.xmlbeans.XmlString xgetInstanceId()
void setInstanceId(String instanceId)
void xsetInstanceId(org.apache.xmlbeans.XmlString instanceId)
String getInstanceType()
org.apache.xmlbeans.XmlString xgetInstanceType()
void setInstanceType(String instanceType)
void xsetInstanceType(org.apache.xmlbeans.XmlString instanceType)
String getUsername()
org.apache.xmlbeans.XmlString xgetUsername()
void setUsername(String username)
void xsetUsername(org.apache.xmlbeans.XmlString username)
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.