Class CriteriaListType

java.lang.Object
eu.europa.esig.trustedlist.jaxb.ecc.CriteriaListType
All Implemented Interfaces:
Serializable

public class CriteriaListType extends Object implements 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 Details

  • Constructor Details

    • CriteriaListType

      public CriteriaListType()
  • Method Details

    • getKeyUsage

      public List<KeyUsageType> 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 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 KeyUsageType

    • getPolicySet

      public List<PoliciesListType> 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 set method 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

      public List<CriteriaListType> 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 set method 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

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getOtherCriteriaList

      public AnyType getOtherCriteriaList()
      Gets the value of the otherCriteriaList property.
      Returns:
      possible object is AnyType
    • setOtherCriteriaList

      public void setOtherCriteriaList(AnyType value)
      Sets the value of the otherCriteriaList property.
      Parameters:
      value - allowed object is AnyType
    • getAssert

      public Assert getAssert()
      Gets the value of the assert property.
      Returns:
      possible object is String
    • setAssert

      public void setAssert(Assert value)
      Sets the value of the assert property.
      Parameters:
      value - allowed object is String