Class KeyBindingAbstractType
- Direct Known Subclasses:
PrototypeKeyBindingType,QueryKeyBindingType,UnverifiedKeyBindingType
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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected KeyInfoTypeprotected List<KeyUsageEnum>protected List<UseKeyWithType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the keyInfo property.Gets the value of the keyUsage property.Gets the value of the useKeyWith property.voidSets the value of the id property.voidsetKeyInfo(KeyInfoType value) Sets the value of the keyInfo property.
-
Field Details
-
keyInfo
-
keyUsage
-
useKeyWith
-
id
-
-
Constructor Details
-
KeyBindingAbstractType
public KeyBindingAbstractType()
-
-
Method Details
-
getKeyInfo
Gets the value of the keyInfo property.- Returns:
- possible object is
KeyInfoType
-
setKeyInfo
Sets the value of the keyInfo property.- Parameters:
value- allowed object isKeyInfoType
-
getKeyUsage
Gets the value of the keyUsage property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
getUseKeyWith
Gets the value of the useKeyWith property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-