Class CriteriaListType
- All Implemented Interfaces:
Serializable
Java class for CriteriaListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CriteriaListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeyUsage" type="{http://uri.etsi.org/TrstSvc/SvcInfoExt/eSigDir-1999-93-EC-TrustedList/#}KeyUsageType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PolicySet" type="{http://uri.etsi.org/TrstSvc/SvcInfoExt/eSigDir-1999-93-EC-TrustedList/#}PoliciesListType" maxOccurs="unbounded" minOccurs="0"/>
<element name="CriteriaList" type="{http://uri.etsi.org/TrstSvc/SvcInfoExt/eSigDir-1999-93-EC-TrustedList/#}CriteriaListType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="otherCriteriaList" type="{http://uri.etsi.org/01903/v1.3.2#}AnyType" minOccurs="0"/>
</sequence>
<attribute name="assert">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="all"/>
<enumeration value="atLeastOne"/>
<enumeration value="none"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Assertprotected List<CriteriaListType> protected Stringprotected List<KeyUsageType> protected eu.europa.esig.xades.jaxb.xades132.AnyTypeprotected List<PoliciesListType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assert property.Gets the value of the criteriaList property.Gets the value of the description property.Gets the value of the keyUsage property.eu.europa.esig.xades.jaxb.xades132.AnyTypeGets the value of the otherCriteriaList property.Gets the value of the policySet property.voidSets the value of the assert property.voidsetDescription(String value) Sets the value of the description property.voidsetOtherCriteriaList(eu.europa.esig.xades.jaxb.xades132.AnyType value) Sets the value of the otherCriteriaList property.
-
Field Details
-
keyUsage
-
policySet
-
criteriaList
-
description
-
otherCriteriaList
protected eu.europa.esig.xades.jaxb.xades132.AnyType otherCriteriaList -
_assert
-
-
Constructor Details
-
CriteriaListType
public CriteriaListType()
-
-
Method Details
-
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
KeyUsageType -
getPolicySet
Gets the value of the policySet 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 policySet property.For example, to add a new item, do as follows:
getPolicySet().add(newItem);Objects of the following type(s) are allowed in the list
PoliciesListType -
getCriteriaList
Gets the value of the criteriaList 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 criteriaList property.For example, to add a new item, do as follows:
getCriteriaList().add(newItem);Objects of the following type(s) are allowed in the list
CriteriaListType -
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getOtherCriteriaList
public eu.europa.esig.xades.jaxb.xades132.AnyType getOtherCriteriaList()Gets the value of the otherCriteriaList property.- Returns:
- possible object is
AnyType
-
setOtherCriteriaList
public void setOtherCriteriaList(eu.europa.esig.xades.jaxb.xades132.AnyType value) Sets the value of the otherCriteriaList property.- Parameters:
value- allowed object isAnyType
-
getAssert
Gets the value of the assert property.- Returns:
- possible object is
String
-
setAssert
Sets the value of the assert property.- Parameters:
value- allowed object isString
-