
public class KeyNameValueEnc extends Object implements Serializable
Java class for keyNameValueEnc complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="keyNameValueEnc">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="keyNameValue" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}keyNameValue"/>
<element name="shouldEncrypt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected KeyNameValue |
keyNameValue |
protected boolean |
shouldEncrypt |
| Constructor and Description |
|---|
KeyNameValueEnc() |
| Modifier and Type | Method and Description |
|---|---|
KeyNameValue |
getKeyNameValue()
Gets the value of the keyNameValue property.
|
boolean |
isSetKeyNameValue() |
boolean |
isSetShouldEncrypt() |
boolean |
isShouldEncrypt()
Gets the value of the shouldEncrypt property.
|
void |
setKeyNameValue(KeyNameValue value)
Sets the value of the keyNameValue property.
|
void |
setShouldEncrypt(boolean value)
Sets the value of the shouldEncrypt property.
|
protected KeyNameValue keyNameValue
protected boolean shouldEncrypt
public KeyNameValue getKeyNameValue()
KeyNameValuepublic void setKeyNameValue(KeyNameValue value)
value - allowed object is
KeyNameValuepublic boolean isSetKeyNameValue()
public boolean isShouldEncrypt()
public void setShouldEncrypt(boolean value)
public boolean isSetShouldEncrypt()
Copyright © 2008–2017 MIL-OSS. All rights reserved.