Class CryptographicInformationType

java.lang.Object
eu.europa.esig.xmlers.jaxb.CryptographicInformationType
All Implemented Interfaces:
Serializable

public class CryptographicInformationType extends Object implements Serializable

Java class for CryptographicInformationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CryptographicInformationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CryptographicInformation" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="Order" use="required" type="{urn:ietf:params:xml:ns:ers}OrderType" />
                 <attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • CryptographicInformationType

      public CryptographicInformationType()
  • Method Details

    • getCryptographicInformation

      public List<CryptographicInformationType.CryptographicInformation> getCryptographicInformation()
      Gets the value of the cryptographicInformation 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 cryptographicInformation property.

      For example, to add a new item, do as follows:

          getCryptographicInformation().add(newItem);
       

      Objects of the following type(s) are allowed in the list CryptographicInformationType.CryptographicInformation