Class KeySelector
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.KeySelector
-
public class KeySelector extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo"/> <element name="Other" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected KeyInfoTypekeyInfoprotected AnyTypeother
-
Constructor Summary
Constructors Constructor Description KeySelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyInfoTypegetKeyInfo()Gets the value of the keyInfo property.AnyTypegetOther()Gets the value of the other property.voidsetKeyInfo(KeyInfoType value)Sets the value of the keyInfo property.voidsetOther(AnyType value)Sets the value of the other property.
-
-
-
Field Detail
-
keyInfo
protected KeyInfoType keyInfo
-
other
protected AnyType other
-
-
Method Detail
-
getKeyInfo
public KeyInfoType getKeyInfo()
Gets the value of the keyInfo property.- Returns:
- possible object is
KeyInfoType
-
setKeyInfo
public void setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property.- Parameters:
value- allowed object isKeyInfoType
-
getOther
public AnyType getOther()
Gets the value of the other property.- Returns:
- possible object is
AnyType
-
-