public class KeyStoreType extends Object
Java class for KeyStoreType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyStoreType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="password" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
password |
protected byte[] |
value |
| Constructor and Description |
|---|
KeyStoreType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getPassword()
Gets the value of the password property.
|
byte[] |
getValue()
Gets the value of the value property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
protected byte[] value
protected String name
protected String password
public byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPassword()
StringCopyright © 2023 NorStella. All rights reserved.