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
ConstructorsConstructorDescriptionCreate 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 ofArchiveTimeStampSequenceTypeCreate an instance ofArchiveTimeStampSequenceType.ArchiveTimeStampChainCreate an instance ofArchiveTimeStampTypeCreate an instance ofAttributesCreate an instance ofAttributes.AttributeCreate an instance ofCanonicalizationMethodTypeCreate an instance ofCryptographicInformationTypeCreate an instance ofCryptographicInformationType.CryptographicInformationCreate an instance ofDigestMethodTypeCreate an instance ofEncryptionInfoCreate an instance ofEncryptionInfo.EncryptionInformationValuejakarta.xml.bind.JAXBElement<EvidenceRecordType> Create an instance ofEvidenceRecordTypeCreate an instance ofHashTreeTypeCreate an instance ofHashTreeType.SequenceCreate an instance ofSupportingInformationTypeCreate an instance ofSupportingInformationType.SupportingInformationCreate an instance ofTimeStampTypeCreate 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>
-