public class NamedKeyEncryptedDataType extends Object
Java class for NamedKeyEncryptedDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NamedKeyEncryptedDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeyName" type="{}KeyNameType" minOccurs="0"/>
<element name="EncryptedContent" type="{}EncryptedContentType"/>
</sequence>
<attribute name="Version" type="{}VersionTypeCode" default="v0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EncryptedContentType |
encryptedContent |
protected String |
keyName |
protected String |
version |
| Constructor and Description |
|---|
NamedKeyEncryptedDataType() |
| Modifier and Type | Method and Description |
|---|---|
EncryptedContentType |
getEncryptedContent()
Gets the value of the encryptedContent property.
|
String |
getKeyName()
Gets the value of the keyName property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setEncryptedContent(EncryptedContentType value)
Sets the value of the encryptedContent property.
|
void |
setKeyName(String value)
Sets the value of the keyName property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String keyName
protected EncryptedContentType encryptedContent
protected String version
public String getKeyName()
Stringpublic void setKeyName(String value)
value - allowed object is
Stringpublic EncryptedContentType getEncryptedContent()
EncryptedContentTypepublic void setEncryptedContent(EncryptedContentType value)
value - allowed object is
EncryptedContentTypepublic String getVersion()
StringCopyright © 2018. All rights reserved.