public class KeyInfo extends Object
Java class for KeyInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="direct" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
direct |
protected String |
name |
| Constructor and Description |
|---|
KeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirect()
Gets the value of the direct property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDirect(String value)
Sets the value of the direct property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDirect()
StringCopyright © 2018. All rights reserved.