public class NameValuePair extends Object implements Serializable
Java class for NameValuePair complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NameValuePair"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Encrypted" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="EncryptOnSave" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
encrypted |
protected Boolean |
encryptOnSave |
protected String |
name |
protected String |
value |
Constructor and Description |
---|
NameValuePair() |
NameValuePair(String n,
String v,
boolean isEncrypted,
boolean encryptOnsave) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the value of the name property.
|
String |
getValue()
Gets the value of the value property.
|
Boolean |
isEncrypted()
Gets the value of the encrypted property.
|
Boolean |
isEncryptOnSave()
Gets the value of the encryptOnSave property.
|
void |
setEncrypted(Boolean value)
Sets the value of the encrypted property.
|
void |
setEncryptOnSave(Boolean value)
Sets the value of the encryptOnSave property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String name
protected String value
protected Boolean encrypted
protected Boolean encryptOnSave
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public Boolean isEncrypted()
Boolean
public void setEncrypted(Boolean value)
value
- allowed object is
Boolean
public Boolean isEncryptOnSave()
Boolean
Copyright © 2008–2017 MIL-OSS. All rights reserved.