Class KeySelector
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.KeySelector
Java 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the keyInfo property.getOther()Gets the value of the other property.voidsetKeyInfo(KeyInfoType value) Sets the value of the keyInfo property.voidSets the value of the other property.
-
Field Details
-
keyInfo
-
other
-
-
Constructor Details
-
KeySelector
public KeySelector()
-
-
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
-
getOther
Gets the value of the other property.- Returns:
- possible object is
AnyType
-
setOther
Sets the value of the other property.- Parameters:
value- allowed object isAnyType
-