Package eu.europa.esig.xmlers.jaxb
Class ObjectFactory
java.lang.Object
eu.europa.esig.xmlers.jaxb.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the eu.europa.esig.xmlers.jaxb package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.europa.esig.xmlers.jaxb -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofArchiveTimeStampSequenceType
Create an instance ofArchiveTimeStampSequenceType.ArchiveTimeStampChain
Create an instance ofArchiveTimeStampType
Create an instance ofAttributes
Create an instance ofAttributes.Attribute
Create an instance ofCanonicalizationMethodType
Create an instance ofCryptographicInformationType
Create an instance ofCryptographicInformationType.CryptographicInformation
Create an instance ofDigestMethodType
Create an instance ofEncryptionInfo
Create an instance ofEncryptionInfo.EncryptionInformationValue
jakarta.xml.bind.JAXBElement
<EvidenceRecordType> Create an instance ofEvidenceRecordType
Create an instance ofHashTreeType
Create an instance ofHashTreeType.Sequence
Create an instance ofSupportingInformationType
Create an instance ofSupportingInformationType.SupportingInformation
Create an instance ofTimeStampType
Create an instance ofTimeStampType.TimeStampToken
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.europa.esig.xmlers.jaxb
-
-
Method Details
-
createSupportingInformationType
Create an instance ofSupportingInformationType
-
createCryptographicInformationType
Create an instance ofCryptographicInformationType
-
createAttributes
Create an instance ofAttributes
-
createHashTreeType
Create an instance ofHashTreeType
-
createTimeStampType
Create an instance ofTimeStampType
-
createArchiveTimeStampSequenceType
Create an instance ofArchiveTimeStampSequenceType
-
createEncryptionInfo
Create an instance ofEncryptionInfo
-
createEvidenceRecordType
Create an instance ofEvidenceRecordType
-
createArchiveTimeStampType
Create an instance ofArchiveTimeStampType
-
createDigestMethodType
Create an instance ofDigestMethodType
-
createCanonicalizationMethodType
Create an instance ofCanonicalizationMethodType
-
createSupportingInformationTypeSupportingInformation
public SupportingInformationType.SupportingInformation createSupportingInformationTypeSupportingInformation()Create an instance ofSupportingInformationType.SupportingInformation
-
createCryptographicInformationTypeCryptographicInformation
public CryptographicInformationType.CryptographicInformation createCryptographicInformationTypeCryptographicInformation()Create an instance ofCryptographicInformationType.CryptographicInformation
-
createAttributesAttribute
Create an instance ofAttributes.Attribute
-
createHashTreeTypeSequence
Create an instance ofHashTreeType.Sequence
-
createTimeStampTypeTimeStampToken
Create an instance ofTimeStampType.TimeStampToken
-
createArchiveTimeStampSequenceTypeArchiveTimeStampChain
public ArchiveTimeStampSequenceType.ArchiveTimeStampChain createArchiveTimeStampSequenceTypeArchiveTimeStampChain()Create an instance ofArchiveTimeStampSequenceType.ArchiveTimeStampChain
-
createEncryptionInfoEncryptionInformationValue
Create an instance ofEncryptionInfo.EncryptionInformationValue
-
createEvidenceRecord
public jakarta.xml.bind.JAXBElement<EvidenceRecordType> createEvidenceRecord(EvidenceRecordType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
EvidenceRecordType
>
-