Package com.helger.xsds.xades132
Class ObjectFactory
- java.lang.Object
-
- com.helger.xsds.xades132.ObjectFactory
-
@CodingStyleguideUnaware public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.helger.xsds.xades132 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.
This class was annotated by ph-jaxb-plugin -Xph-annotate
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.xsds.xades132
-
Method Summary
-
-
-
Field Detail
-
_Any_QNAME
public static final QName _Any_QNAME
-
_ObjectIdentifier_QNAME
public static final QName _ObjectIdentifier_QNAME
-
_EncapsulatedPKIData_QNAME
public static final QName _EncapsulatedPKIData_QNAME
-
_Include_QNAME
public static final QName _Include_QNAME
-
_ReferenceInfo_QNAME
public static final QName _ReferenceInfo_QNAME
-
_XAdESTimeStamp_QNAME
public static final QName _XAdESTimeStamp_QNAME
-
_OtherTimeStamp_QNAME
public static final QName _OtherTimeStamp_QNAME
-
_QualifyingProperties_QNAME
public static final QName _QualifyingProperties_QNAME
-
_SignedProperties_QNAME
public static final QName _SignedProperties_QNAME
-
_UnsignedProperties_QNAME
public static final QName _UnsignedProperties_QNAME
-
_SignedSignatureProperties_QNAME
public static final QName _SignedSignatureProperties_QNAME
-
_SignedDataObjectProperties_QNAME
public static final QName _SignedDataObjectProperties_QNAME
-
_UnsignedSignatureProperties_QNAME
public static final QName _UnsignedSignatureProperties_QNAME
-
_UnsignedDataObjectProperties_QNAME
public static final QName _UnsignedDataObjectProperties_QNAME
-
_QualifyingPropertiesReference_QNAME
public static final QName _QualifyingPropertiesReference_QNAME
-
_SigningTime_QNAME
public static final QName _SigningTime_QNAME
-
_SigningCertificate_QNAME
public static final QName _SigningCertificate_QNAME
-
_SigningCertificateV2_QNAME
public static final QName _SigningCertificateV2_QNAME
-
_SignaturePolicyIdentifier_QNAME
public static final QName _SignaturePolicyIdentifier_QNAME
-
_SPURI_QNAME
public static final QName _SPURI_QNAME
-
_SPUserNotice_QNAME
public static final QName _SPUserNotice_QNAME
-
_CounterSignature_QNAME
public static final QName _CounterSignature_QNAME
-
_DataObjectFormat_QNAME
public static final QName _DataObjectFormat_QNAME
-
_CommitmentTypeIndication_QNAME
public static final QName _CommitmentTypeIndication_QNAME
-
_SignatureProductionPlace_QNAME
public static final QName _SignatureProductionPlace_QNAME
-
_SignatureProductionPlaceV2_QNAME
public static final QName _SignatureProductionPlaceV2_QNAME
-
_SignerRole_QNAME
public static final QName _SignerRole_QNAME
-
_SignerRoleV2_QNAME
public static final QName _SignerRoleV2_QNAME
-
_ClaimedRoles_QNAME
public static final QName _ClaimedRoles_QNAME
-
_CertifiedRolesV2_QNAME
public static final QName _CertifiedRolesV2_QNAME
-
_SignedAssertions_QNAME
public static final QName _SignedAssertions_QNAME
-
_X509AttributeCertificate_QNAME
public static final QName _X509AttributeCertificate_QNAME
-
_OtherAttributeCertificate_QNAME
public static final QName _OtherAttributeCertificate_QNAME
-
_SignedAssertion_QNAME
public static final QName _SignedAssertion_QNAME
-
_AllDataObjectsTimeStamp_QNAME
public static final QName _AllDataObjectsTimeStamp_QNAME
-
_IndividualDataObjectsTimeStamp_QNAME
public static final QName _IndividualDataObjectsTimeStamp_QNAME
-
_SignatureTimeStamp_QNAME
public static final QName _SignatureTimeStamp_QNAME
-
_CompleteCertificateRefs_QNAME
public static final QName _CompleteCertificateRefs_QNAME
-
_CompleteRevocationRefs_QNAME
public static final QName _CompleteRevocationRefs_QNAME
-
_AttributeCertificateRefs_QNAME
public static final QName _AttributeCertificateRefs_QNAME
-
_AttributeRevocationRefs_QNAME
public static final QName _AttributeRevocationRefs_QNAME
-
_SigAndRefsTimeStamp_QNAME
public static final QName _SigAndRefsTimeStamp_QNAME
-
_RefsOnlyTimeStamp_QNAME
public static final QName _RefsOnlyTimeStamp_QNAME
-
_CertificateValues_QNAME
public static final QName _CertificateValues_QNAME
-
_RevocationValues_QNAME
public static final QName _RevocationValues_QNAME
-
_AttrAuthoritiesCertValues_QNAME
public static final QName _AttrAuthoritiesCertValues_QNAME
-
_AttributeRevocationValues_QNAME
public static final QName _AttributeRevocationValues_QNAME
-
_ArchiveTimeStamp_QNAME
public static final QName _ArchiveTimeStamp_QNAME
-
-
Method Detail
-
createAnyType
@Nonnull public AnyType createAnyType()
Create an instance ofAnyType- Returns:
- the new instance of
AnyTypeThe created AnyType object and nevernull.
-
createObjectIdentifierType
@Nonnull public ObjectIdentifierType createObjectIdentifierType()
Create an instance ofObjectIdentifierType- Returns:
- the new instance of
ObjectIdentifierTypeThe created ObjectIdentifierType object and nevernull.
-
createEncapsulatedPKIDataType
@Nonnull public EncapsulatedPKIDataType createEncapsulatedPKIDataType()
Create an instance ofEncapsulatedPKIDataType- Returns:
- the new instance of
EncapsulatedPKIDataTypeThe created EncapsulatedPKIDataType object and nevernull.
-
createIncludeType
@Nonnull public IncludeType createIncludeType()
Create an instance ofIncludeType- Returns:
- the new instance of
IncludeTypeThe created IncludeType object and nevernull.
-
createReferenceInfoType
@Nonnull public ReferenceInfoType createReferenceInfoType()
Create an instance ofReferenceInfoType- Returns:
- the new instance of
ReferenceInfoTypeThe created ReferenceInfoType object and nevernull.
-
createXAdESTimeStampType
@Nonnull public XAdESTimeStampType createXAdESTimeStampType()
Create an instance ofXAdESTimeStampType- Returns:
- the new instance of
XAdESTimeStampTypeThe created XAdESTimeStampType object and nevernull.
-
createOtherTimeStampType
@Nonnull public OtherTimeStampType createOtherTimeStampType()
Create an instance ofOtherTimeStampType- Returns:
- the new instance of
OtherTimeStampTypeThe created OtherTimeStampType object and nevernull.
-
createQualifyingPropertiesType
@Nonnull public QualifyingPropertiesType createQualifyingPropertiesType()
Create an instance ofQualifyingPropertiesType- Returns:
- the new instance of
QualifyingPropertiesTypeThe created QualifyingPropertiesType object and nevernull.
-
createSignedPropertiesType
@Nonnull public SignedPropertiesType createSignedPropertiesType()
Create an instance ofSignedPropertiesType- Returns:
- the new instance of
SignedPropertiesTypeThe created SignedPropertiesType object and nevernull.
-
createUnsignedPropertiesType
@Nonnull public UnsignedPropertiesType createUnsignedPropertiesType()
Create an instance ofUnsignedPropertiesType- Returns:
- the new instance of
UnsignedPropertiesTypeThe created UnsignedPropertiesType object and nevernull.
-
createSignedSignaturePropertiesType
@Nonnull public SignedSignaturePropertiesType createSignedSignaturePropertiesType()
Create an instance ofSignedSignaturePropertiesType- Returns:
- the new instance of
SignedSignaturePropertiesTypeThe created SignedSignaturePropertiesType object and nevernull.
-
createSignedDataObjectPropertiesType
@Nonnull public SignedDataObjectPropertiesType createSignedDataObjectPropertiesType()
Create an instance ofSignedDataObjectPropertiesType- Returns:
- the new instance of
SignedDataObjectPropertiesTypeThe created SignedDataObjectPropertiesType object and nevernull.
-
createUnsignedSignaturePropertiesType
@Nonnull public UnsignedSignaturePropertiesType createUnsignedSignaturePropertiesType()
Create an instance ofUnsignedSignaturePropertiesType- Returns:
- the new instance of
UnsignedSignaturePropertiesTypeThe created UnsignedSignaturePropertiesType object and nevernull.
-
createUnsignedDataObjectPropertiesType
@Nonnull public UnsignedDataObjectPropertiesType createUnsignedDataObjectPropertiesType()
Create an instance ofUnsignedDataObjectPropertiesType- Returns:
- the new instance of
UnsignedDataObjectPropertiesTypeThe created UnsignedDataObjectPropertiesType object and nevernull.
-
createQualifyingPropertiesReferenceType
@Nonnull public QualifyingPropertiesReferenceType createQualifyingPropertiesReferenceType()
Create an instance ofQualifyingPropertiesReferenceType- Returns:
- the new instance of
QualifyingPropertiesReferenceTypeThe created QualifyingPropertiesReferenceType object and nevernull.
-
createCertIDListType
@Nonnull public CertIDListType createCertIDListType()
Create an instance ofCertIDListType- Returns:
- the new instance of
CertIDListTypeThe created CertIDListType object and nevernull.
-
createCertIDListV2Type
@Nonnull public CertIDListV2Type createCertIDListV2Type()
Create an instance ofCertIDListV2Type- Returns:
- the new instance of
CertIDListV2TypeThe created CertIDListV2Type object and nevernull.
-
createSignaturePolicyIdentifierType
@Nonnull public SignaturePolicyIdentifierType createSignaturePolicyIdentifierType()
Create an instance ofSignaturePolicyIdentifierType- Returns:
- the new instance of
SignaturePolicyIdentifierTypeThe created SignaturePolicyIdentifierType object and nevernull.
-
createSPUserNoticeType
@Nonnull public SPUserNoticeType createSPUserNoticeType()
Create an instance ofSPUserNoticeType- Returns:
- the new instance of
SPUserNoticeTypeThe created SPUserNoticeType object and nevernull.
-
createCounterSignatureType
@Nonnull public CounterSignatureType createCounterSignatureType()
Create an instance ofCounterSignatureType- Returns:
- the new instance of
CounterSignatureTypeThe created CounterSignatureType object and nevernull.
-
createDataObjectFormatType
@Nonnull public DataObjectFormatType createDataObjectFormatType()
Create an instance ofDataObjectFormatType- Returns:
- the new instance of
DataObjectFormatTypeThe created DataObjectFormatType object and nevernull.
-
createCommitmentTypeIndicationType
@Nonnull public CommitmentTypeIndicationType createCommitmentTypeIndicationType()
Create an instance ofCommitmentTypeIndicationType- Returns:
- the new instance of
CommitmentTypeIndicationTypeThe created CommitmentTypeIndicationType object and nevernull.
-
createSignatureProductionPlaceType
@Nonnull public SignatureProductionPlaceType createSignatureProductionPlaceType()
Create an instance ofSignatureProductionPlaceType- Returns:
- the new instance of
SignatureProductionPlaceTypeThe created SignatureProductionPlaceType object and nevernull.
-
createSignatureProductionPlaceV2Type
@Nonnull public SignatureProductionPlaceV2Type createSignatureProductionPlaceV2Type()
Create an instance ofSignatureProductionPlaceV2Type- Returns:
- the new instance of
SignatureProductionPlaceV2TypeThe created SignatureProductionPlaceV2Type object and nevernull.
-
createSignerRoleType
@Nonnull public SignerRoleType createSignerRoleType()
Create an instance ofSignerRoleType- Returns:
- the new instance of
SignerRoleTypeThe created SignerRoleType object and nevernull.
-
createSignerRoleV2Type
@Nonnull public SignerRoleV2Type createSignerRoleV2Type()
Create an instance ofSignerRoleV2Type- Returns:
- the new instance of
SignerRoleV2TypeThe created SignerRoleV2Type object and nevernull.
-
createClaimedRolesListType
@Nonnull public ClaimedRolesListType createClaimedRolesListType()
Create an instance ofClaimedRolesListType- Returns:
- the new instance of
ClaimedRolesListTypeThe created ClaimedRolesListType object and nevernull.
-
createCertifiedRolesListTypeV2
@Nonnull public CertifiedRolesListTypeV2 createCertifiedRolesListTypeV2()
Create an instance ofCertifiedRolesListTypeV2- Returns:
- the new instance of
CertifiedRolesListTypeV2The created CertifiedRolesListTypeV2 object and nevernull.
-
createSignedAssertionsListType
@Nonnull public SignedAssertionsListType createSignedAssertionsListType()
Create an instance ofSignedAssertionsListType- Returns:
- the new instance of
SignedAssertionsListTypeThe created SignedAssertionsListType object and nevernull.
-
createCompleteCertificateRefsType
@Nonnull public CompleteCertificateRefsType createCompleteCertificateRefsType()
Create an instance ofCompleteCertificateRefsType- Returns:
- the new instance of
CompleteCertificateRefsTypeThe created CompleteCertificateRefsType object and nevernull.
-
createCompleteRevocationRefsType
@Nonnull public CompleteRevocationRefsType createCompleteRevocationRefsType()
Create an instance ofCompleteRevocationRefsType- Returns:
- the new instance of
CompleteRevocationRefsTypeThe created CompleteRevocationRefsType object and nevernull.
-
createCertificateValuesType
@Nonnull public CertificateValuesType createCertificateValuesType()
Create an instance ofCertificateValuesType- Returns:
- the new instance of
CertificateValuesTypeThe created CertificateValuesType object and nevernull.
-
createRevocationValuesType
@Nonnull public RevocationValuesType createRevocationValuesType()
Create an instance ofRevocationValuesType- Returns:
- the new instance of
RevocationValuesTypeThe created RevocationValuesType object and nevernull.
-
createIdentifierType
@Nonnull public IdentifierType createIdentifierType()
Create an instance ofIdentifierType- Returns:
- the new instance of
IdentifierTypeThe created IdentifierType object and nevernull.
-
createDocumentationReferencesType
@Nonnull public DocumentationReferencesType createDocumentationReferencesType()
Create an instance ofDocumentationReferencesType- Returns:
- the new instance of
DocumentationReferencesTypeThe created DocumentationReferencesType object and nevernull.
-
createCertIDType
@Nonnull public CertIDType createCertIDType()
Create an instance ofCertIDType- Returns:
- the new instance of
CertIDTypeThe created CertIDType object and nevernull.
-
createDigestAlgAndValueType
@Nonnull public DigestAlgAndValueType createDigestAlgAndValueType()
Create an instance ofDigestAlgAndValueType- Returns:
- the new instance of
DigestAlgAndValueTypeThe created DigestAlgAndValueType object and nevernull.
-
createCertIDTypeV2
@Nonnull public CertIDTypeV2 createCertIDTypeV2()
Create an instance ofCertIDTypeV2- Returns:
- the new instance of
CertIDTypeV2The created CertIDTypeV2 object and nevernull.
-
createSignaturePolicyIdType
@Nonnull public SignaturePolicyIdType createSignaturePolicyIdType()
Create an instance ofSignaturePolicyIdType- Returns:
- the new instance of
SignaturePolicyIdTypeThe created SignaturePolicyIdType object and nevernull.
-
createSigPolicyQualifiersListType
@Nonnull public SigPolicyQualifiersListType createSigPolicyQualifiersListType()
Create an instance ofSigPolicyQualifiersListType- Returns:
- the new instance of
SigPolicyQualifiersListTypeThe created SigPolicyQualifiersListType object and nevernull.
-
createNoticeReferenceType
@Nonnull public NoticeReferenceType createNoticeReferenceType()
Create an instance ofNoticeReferenceType- Returns:
- the new instance of
NoticeReferenceTypeThe created NoticeReferenceType object and nevernull.
-
createIntegerListType
@Nonnull public IntegerListType createIntegerListType()
Create an instance ofIntegerListType- Returns:
- the new instance of
IntegerListTypeThe created IntegerListType object and nevernull.
-
createCommitmentTypeQualifiersListType
@Nonnull public CommitmentTypeQualifiersListType createCommitmentTypeQualifiersListType()
Create an instance ofCommitmentTypeQualifiersListType- Returns:
- the new instance of
CommitmentTypeQualifiersListTypeThe created CommitmentTypeQualifiersListType object and nevernull.
-
createCertifiedRolesListType
@Nonnull public CertifiedRolesListType createCertifiedRolesListType()
Create an instance ofCertifiedRolesListType- Returns:
- the new instance of
CertifiedRolesListTypeThe created CertifiedRolesListType object and nevernull.
-
createCertifiedRoleTypeV2
@Nonnull public CertifiedRoleTypeV2 createCertifiedRoleTypeV2()
Create an instance ofCertifiedRoleTypeV2- Returns:
- the new instance of
CertifiedRoleTypeV2The created CertifiedRoleTypeV2 object and nevernull.
-
createCRLRefsType
@Nonnull public CRLRefsType createCRLRefsType()
Create an instance ofCRLRefsType- Returns:
- the new instance of
CRLRefsTypeThe created CRLRefsType object and nevernull.
-
createCRLRefType
@Nonnull public CRLRefType createCRLRefType()
Create an instance ofCRLRefType- Returns:
- the new instance of
CRLRefTypeThe created CRLRefType object and nevernull.
-
createCRLIdentifierType
@Nonnull public CRLIdentifierType createCRLIdentifierType()
Create an instance ofCRLIdentifierType- Returns:
- the new instance of
CRLIdentifierTypeThe created CRLIdentifierType object and nevernull.
-
createOCSPRefsType
@Nonnull public OCSPRefsType createOCSPRefsType()
Create an instance ofOCSPRefsType- Returns:
- the new instance of
OCSPRefsTypeThe created OCSPRefsType object and nevernull.
-
createOCSPRefType
@Nonnull public OCSPRefType createOCSPRefType()
Create an instance ofOCSPRefType- Returns:
- the new instance of
OCSPRefTypeThe created OCSPRefType object and nevernull.
-
createResponderIDType
@Nonnull public ResponderIDType createResponderIDType()
Create an instance ofResponderIDType- Returns:
- the new instance of
ResponderIDTypeThe created ResponderIDType object and nevernull.
-
createOCSPIdentifierType
@Nonnull public OCSPIdentifierType createOCSPIdentifierType()
Create an instance ofOCSPIdentifierType- Returns:
- the new instance of
OCSPIdentifierTypeThe created OCSPIdentifierType object and nevernull.
-
createOtherCertStatusRefsType
@Nonnull public OtherCertStatusRefsType createOtherCertStatusRefsType()
Create an instance ofOtherCertStatusRefsType- Returns:
- the new instance of
OtherCertStatusRefsTypeThe created OtherCertStatusRefsType object and nevernull.
-
createCRLValuesType
@Nonnull public CRLValuesType createCRLValuesType()
Create an instance ofCRLValuesType- Returns:
- the new instance of
CRLValuesTypeThe created CRLValuesType object and nevernull.
-
createOCSPValuesType
@Nonnull public OCSPValuesType createOCSPValuesType()
Create an instance ofOCSPValuesType- Returns:
- the new instance of
OCSPValuesTypeThe created OCSPValuesType object and nevernull.
-
createOtherCertStatusValuesType
@Nonnull public OtherCertStatusValuesType createOtherCertStatusValuesType()
Create an instance ofOtherCertStatusValuesType- Returns:
- the new instance of
OtherCertStatusValuesTypeThe created OtherCertStatusValuesType object and nevernull.
-
createAny
@Nonnull public jakarta.xml.bind.JAXBElement<AnyType> createAny(@Nullable AnyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AnyType>The created JAXBElement and nevernull.
-
createObjectIdentifier
@Nonnull public jakarta.xml.bind.JAXBElement<ObjectIdentifierType> createObjectIdentifier(@Nullable ObjectIdentifierType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ObjectIdentifierType>The created JAXBElement and nevernull.
-
createEncapsulatedPKIData
@Nonnull public jakarta.xml.bind.JAXBElement<EncapsulatedPKIDataType> createEncapsulatedPKIData(@Nullable EncapsulatedPKIDataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EncapsulatedPKIDataType>The created JAXBElement and nevernull.
-
createInclude
@Nonnull public jakarta.xml.bind.JAXBElement<IncludeType> createInclude(@Nullable IncludeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<IncludeType>The created JAXBElement and nevernull.
-
createReferenceInfo
@Nonnull public jakarta.xml.bind.JAXBElement<ReferenceInfoType> createReferenceInfo(@Nullable ReferenceInfoType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ReferenceInfoType>The created JAXBElement and nevernull.
-
createXAdESTimeStamp
@Nonnull public jakarta.xml.bind.JAXBElement<XAdESTimeStampType> createXAdESTimeStamp(@Nullable XAdESTimeStampType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XAdESTimeStampType>The created JAXBElement and nevernull.
-
createOtherTimeStamp
@Nonnull public jakarta.xml.bind.JAXBElement<OtherTimeStampType> createOtherTimeStamp(@Nullable OtherTimeStampType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OtherTimeStampType>The created JAXBElement and nevernull.
-
createQualifyingProperties
@Nonnull public jakarta.xml.bind.JAXBElement<QualifyingPropertiesType> createQualifyingProperties(@Nullable QualifyingPropertiesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<QualifyingPropertiesType>The created JAXBElement and nevernull.
-
createSignedProperties
@Nonnull public jakarta.xml.bind.JAXBElement<SignedPropertiesType> createSignedProperties(@Nullable SignedPropertiesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignedPropertiesType>The created JAXBElement and nevernull.
-
createUnsignedProperties
@Nonnull public jakarta.xml.bind.JAXBElement<UnsignedPropertiesType> createUnsignedProperties(@Nullable UnsignedPropertiesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UnsignedPropertiesType>The created JAXBElement and nevernull.
-
createSignedSignatureProperties
@Nonnull public jakarta.xml.bind.JAXBElement<SignedSignaturePropertiesType> createSignedSignatureProperties(@Nullable SignedSignaturePropertiesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignedSignaturePropertiesType>The created JAXBElement and nevernull.
-
createSignedDataObjectProperties
@Nonnull public jakarta.xml.bind.JAXBElement<SignedDataObjectPropertiesType> createSignedDataObjectProperties(@Nullable SignedDataObjectPropertiesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignedDataObjectPropertiesType>The created JAXBElement and nevernull.
-
createUnsignedSignatureProperties
@Nonnull public jakarta.xml.bind.JAXBElement<UnsignedSignaturePropertiesType> createUnsignedSignatureProperties(@Nullable UnsignedSignaturePropertiesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UnsignedSignaturePropertiesType>The created JAXBElement and nevernull.
-
createUnsignedDataObjectProperties
@Nonnull public jakarta.xml.bind.JAXBElement<UnsignedDataObjectPropertiesType> createUnsignedDataObjectProperties(@Nullable UnsignedDataObjectPropertiesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UnsignedDataObjectPropertiesType>The created JAXBElement and nevernull.
-
createQualifyingPropertiesReference
@Nonnull public jakarta.xml.bind.JAXBElement<QualifyingPropertiesReferenceType> createQualifyingPropertiesReference(@Nullable QualifyingPropertiesReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<QualifyingPropertiesReferenceType>The created JAXBElement and nevernull.
-
createSigningTime
@Nonnull public jakarta.xml.bind.JAXBElement<com.helger.commons.datetime.XMLOffsetDateTime> createSigningTime(@Nullable com.helger.commons.datetime.XMLOffsetDateTime value)
Create an instance ofJAXBElement<XMLOffsetDateTime>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XMLOffsetDateTime>The created JAXBElement and nevernull.
-
createSigningCertificate
@Nonnull public jakarta.xml.bind.JAXBElement<CertIDListType> createSigningCertificate(@Nullable CertIDListType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CertIDListType>The created JAXBElement and nevernull.
-
createSigningCertificateV2
@Nonnull public jakarta.xml.bind.JAXBElement<CertIDListV2Type> createSigningCertificateV2(@Nullable CertIDListV2Type value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CertIDListV2Type>The created JAXBElement and nevernull.
-
createSignaturePolicyIdentifier
@Nonnull public jakarta.xml.bind.JAXBElement<SignaturePolicyIdentifierType> createSignaturePolicyIdentifier(@Nullable SignaturePolicyIdentifierType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignaturePolicyIdentifierType>The created JAXBElement and nevernull.
-
createSPURI
@Nonnull public jakarta.xml.bind.JAXBElement<String> createSPURI(@Nullable String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>The created JAXBElement and nevernull.
-
createSPUserNotice
@Nonnull public jakarta.xml.bind.JAXBElement<SPUserNoticeType> createSPUserNotice(@Nullable SPUserNoticeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SPUserNoticeType>The created JAXBElement and nevernull.
-
createCounterSignature
@Nonnull public jakarta.xml.bind.JAXBElement<CounterSignatureType> createCounterSignature(@Nullable CounterSignatureType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CounterSignatureType>The created JAXBElement and nevernull.
-
createDataObjectFormat
@Nonnull public jakarta.xml.bind.JAXBElement<DataObjectFormatType> createDataObjectFormat(@Nullable DataObjectFormatType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DataObjectFormatType>The created JAXBElement and nevernull.
-
createCommitmentTypeIndication
@Nonnull public jakarta.xml.bind.JAXBElement<CommitmentTypeIndicationType> createCommitmentTypeIndication(@Nullable CommitmentTypeIndicationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CommitmentTypeIndicationType>The created JAXBElement and nevernull.
-
createSignatureProductionPlace
@Nonnull public jakarta.xml.bind.JAXBElement<SignatureProductionPlaceType> createSignatureProductionPlace(@Nullable SignatureProductionPlaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignatureProductionPlaceType>The created JAXBElement and nevernull.
-
createSignatureProductionPlaceV2
@Nonnull public jakarta.xml.bind.JAXBElement<SignatureProductionPlaceV2Type> createSignatureProductionPlaceV2(@Nullable SignatureProductionPlaceV2Type value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignatureProductionPlaceV2Type>The created JAXBElement and nevernull.
-
createSignerRole
@Nonnull public jakarta.xml.bind.JAXBElement<SignerRoleType> createSignerRole(@Nullable SignerRoleType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignerRoleType>The created JAXBElement and nevernull.
-
createSignerRoleV2
@Nonnull public jakarta.xml.bind.JAXBElement<SignerRoleV2Type> createSignerRoleV2(@Nullable SignerRoleV2Type value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignerRoleV2Type>The created JAXBElement and nevernull.
-
createClaimedRoles
@Nonnull public jakarta.xml.bind.JAXBElement<ClaimedRolesListType> createClaimedRoles(@Nullable ClaimedRolesListType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ClaimedRolesListType>The created JAXBElement and nevernull.
-
createCertifiedRolesV2
@Nonnull public jakarta.xml.bind.JAXBElement<CertifiedRolesListTypeV2> createCertifiedRolesV2(@Nullable CertifiedRolesListTypeV2 value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CertifiedRolesListTypeV2>The created JAXBElement and nevernull.
-
createSignedAssertions
@Nonnull public jakarta.xml.bind.JAXBElement<SignedAssertionsListType> createSignedAssertions(@Nullable SignedAssertionsListType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignedAssertionsListType>The created JAXBElement and nevernull.
-
createX509AttributeCertificate
@Nonnull public jakarta.xml.bind.JAXBElement<EncapsulatedPKIDataType> createX509AttributeCertificate(@Nullable EncapsulatedPKIDataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EncapsulatedPKIDataType>The created JAXBElement and nevernull.
-
createOtherAttributeCertificate
@Nonnull public jakarta.xml.bind.JAXBElement<AnyType> createOtherAttributeCertificate(@Nullable AnyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AnyType>The created JAXBElement and nevernull.
-
createSignedAssertion
@Nonnull public jakarta.xml.bind.JAXBElement<AnyType> createSignedAssertion(@Nullable AnyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AnyType>The created JAXBElement and nevernull.
-
createAllDataObjectsTimeStamp
@Nonnull public jakarta.xml.bind.JAXBElement<XAdESTimeStampType> createAllDataObjectsTimeStamp(@Nullable XAdESTimeStampType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XAdESTimeStampType>The created JAXBElement and nevernull.
-
createIndividualDataObjectsTimeStamp
@Nonnull public jakarta.xml.bind.JAXBElement<XAdESTimeStampType> createIndividualDataObjectsTimeStamp(@Nullable XAdESTimeStampType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XAdESTimeStampType>The created JAXBElement and nevernull.
-
createSignatureTimeStamp
@Nonnull public jakarta.xml.bind.JAXBElement<XAdESTimeStampType> createSignatureTimeStamp(@Nullable XAdESTimeStampType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XAdESTimeStampType>The created JAXBElement and nevernull.
-
createCompleteCertificateRefs
@Nonnull public jakarta.xml.bind.JAXBElement<CompleteCertificateRefsType> createCompleteCertificateRefs(@Nullable CompleteCertificateRefsType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CompleteCertificateRefsType>The created JAXBElement and nevernull.
-
createCompleteRevocationRefs
@Nonnull public jakarta.xml.bind.JAXBElement<CompleteRevocationRefsType> createCompleteRevocationRefs(@Nullable CompleteRevocationRefsType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CompleteRevocationRefsType>The created JAXBElement and nevernull.
-
createAttributeCertificateRefs
@Nonnull public jakarta.xml.bind.JAXBElement<CompleteCertificateRefsType> createAttributeCertificateRefs(@Nullable CompleteCertificateRefsType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CompleteCertificateRefsType>The created JAXBElement and nevernull.
-
createAttributeRevocationRefs
@Nonnull public jakarta.xml.bind.JAXBElement<CompleteRevocationRefsType> createAttributeRevocationRefs(@Nullable CompleteRevocationRefsType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CompleteRevocationRefsType>The created JAXBElement and nevernull.
-
createSigAndRefsTimeStamp
@Nonnull public jakarta.xml.bind.JAXBElement<XAdESTimeStampType> createSigAndRefsTimeStamp(@Nullable XAdESTimeStampType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XAdESTimeStampType>The created JAXBElement and nevernull.
-
createRefsOnlyTimeStamp
@Nonnull public jakarta.xml.bind.JAXBElement<XAdESTimeStampType> createRefsOnlyTimeStamp(@Nullable XAdESTimeStampType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XAdESTimeStampType>The created JAXBElement and nevernull.
-
createCertificateValues
@Nonnull public jakarta.xml.bind.JAXBElement<CertificateValuesType> createCertificateValues(@Nullable CertificateValuesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CertificateValuesType>The created JAXBElement and nevernull.
-
createRevocationValues
@Nonnull public jakarta.xml.bind.JAXBElement<RevocationValuesType> createRevocationValues(@Nullable RevocationValuesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RevocationValuesType>The created JAXBElement and nevernull.
-
createAttrAuthoritiesCertValues
@Nonnull public jakarta.xml.bind.JAXBElement<CertificateValuesType> createAttrAuthoritiesCertValues(@Nullable CertificateValuesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CertificateValuesType>The created JAXBElement and nevernull.
-
createAttributeRevocationValues
@Nonnull public jakarta.xml.bind.JAXBElement<RevocationValuesType> createAttributeRevocationValues(@Nullable RevocationValuesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RevocationValuesType>The created JAXBElement and nevernull.
-
createArchiveTimeStamp
@Nonnull public jakarta.xml.bind.JAXBElement<XAdESTimeStampType> createArchiveTimeStamp(@Nullable XAdESTimeStampType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XAdESTimeStampType>The created JAXBElement and nevernull.
-
-