|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
public abstract class KeyBindingAbstractType
Java class for KeyBindingAbstractType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyBindingAbstractType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/>
<element ref="{http://www.w3.org/2002/03/xkms#}KeyUsage" maxOccurs="3" minOccurs="0"/>
<element ref="{http://www.w3.org/2002/03/xkms#}UseKeyWith" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected KeyInfoType |
keyInfo
|
protected List<KeyUsageEnum> |
keyUsage
|
protected List<UseKeyWithType> |
useKeyWith
|
| Constructor Summary | |
|---|---|
KeyBindingAbstractType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected KeyInfoType keyInfo
protected List<KeyUsageEnum> keyUsage
protected List<UseKeyWithType> useKeyWith
protected String id
| Constructor Detail |
|---|
public KeyBindingAbstractType()
| Method Detail |
|---|
public KeyInfoType getKeyInfo()
KeyInfoTypepublic void setKeyInfo(KeyInfoType value)
value - allowed object is
KeyInfoTypepublic List<KeyUsageEnum> getKeyUsage()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the keyUsage property.
For example, to add a new item, do as follows:
getKeyUsage().add(newItem);
Objects of the following type(s) are allowed in the list
KeyUsageEnum
public List<UseKeyWithType> getUseKeyWith()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the useKeyWith property.
For example, to add a new item, do as follows:
getUseKeyWith().add(newItem);
Objects of the following type(s) are allowed in the list
UseKeyWithType
public String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||