public abstract class KeyBindingAbstractType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected KeyInfoType |
keyInfo |
protected List<KeyUsageEnum> |
keyUsage |
protected List<UseKeyWithType> |
useKeyWith |
| Constructor and Description |
|---|
KeyBindingAbstractType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
KeyInfoType |
getKeyInfo()
Gets the value of the keyInfo property.
|
List<KeyUsageEnum> |
getKeyUsage()
Gets the value of the keyUsage property.
|
List<UseKeyWithType> |
getUseKeyWith()
Gets the value of the useKeyWith property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property.
|
protected KeyInfoType keyInfo
protected List<KeyUsageEnum> keyUsage
protected List<UseKeyWithType> useKeyWith
protected String id
public KeyInfoType getKeyInfo()
KeyInfoTypepublic void setKeyInfo(KeyInfoType value)
value - allowed object is
KeyInfoTypepublic List<KeyUsageEnum> getKeyUsage()
KeyUsageEnumpublic List<UseKeyWithType> getUseKeyWith()
UseKeyWithTypeApache CXF