Package eu.europa.esig.xmlers.jaxb
Class CryptographicInformationType
java.lang.Object
eu.europa.esig.xmlers.jaxb.CryptographicInformationType
- All Implemented Interfaces:
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:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cryptographicInformation property.
-
Field Details
-
cryptographicInformation
-
-
Constructor Details
-
CryptographicInformationType
public CryptographicInformationType()
-
-
Method Details
-
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
-