Class ObjectFactory
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.xmldsig.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the network.oxalis.peppol.ubl2.jaxb.xmldsig package.An ObjectFactory allows you to programmatically 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: network.oxalis.peppol.ubl2.jaxb.xmldsig
-
Method Summary
-
-
-
Method Detail
-
createSignatureType
public SignatureType createSignatureType()
Create an instance ofSignatureType- Returns:
- the new instance of
SignatureType
-
createSignatureValueType
public SignatureValueType createSignatureValueType()
Create an instance ofSignatureValueType- Returns:
- the new instance of
SignatureValueType
-
createSignedInfoType
public SignedInfoType createSignedInfoType()
Create an instance ofSignedInfoType- Returns:
- the new instance of
SignedInfoType
-
createCanonicalizationMethodType
public CanonicalizationMethodType createCanonicalizationMethodType()
Create an instance ofCanonicalizationMethodType- Returns:
- the new instance of
CanonicalizationMethodType
-
createSignatureMethodType
public SignatureMethodType createSignatureMethodType()
Create an instance ofSignatureMethodType- Returns:
- the new instance of
SignatureMethodType
-
createReferenceType
public ReferenceType createReferenceType()
Create an instance ofReferenceType- Returns:
- the new instance of
ReferenceType
-
createTransformsType
public TransformsType createTransformsType()
Create an instance ofTransformsType- Returns:
- the new instance of
TransformsType
-
createTransformType
public TransformType createTransformType()
Create an instance ofTransformType- Returns:
- the new instance of
TransformType
-
createDigestMethodType
public DigestMethodType createDigestMethodType()
Create an instance ofDigestMethodType- Returns:
- the new instance of
DigestMethodType
-
createKeyInfoType
public KeyInfoType createKeyInfoType()
Create an instance ofKeyInfoType- Returns:
- the new instance of
KeyInfoType
-
createKeyValueType
public KeyValueType createKeyValueType()
Create an instance ofKeyValueType- Returns:
- the new instance of
KeyValueType
-
createRetrievalMethodType
public RetrievalMethodType createRetrievalMethodType()
Create an instance ofRetrievalMethodType- Returns:
- the new instance of
RetrievalMethodType
-
createX509DataType
public X509DataType createX509DataType()
Create an instance ofX509DataType- Returns:
- the new instance of
X509DataType
-
createPGPDataType
public PGPDataType createPGPDataType()
Create an instance ofPGPDataType- Returns:
- the new instance of
PGPDataType
-
createSPKIDataType
public SPKIDataType createSPKIDataType()
Create an instance ofSPKIDataType- Returns:
- the new instance of
SPKIDataType
-
createObjectType
public ObjectType createObjectType()
Create an instance ofObjectType- Returns:
- the new instance of
ObjectType
-
createManifestType
public ManifestType createManifestType()
Create an instance ofManifestType- Returns:
- the new instance of
ManifestType
-
createSignaturePropertiesType
public SignaturePropertiesType createSignaturePropertiesType()
Create an instance ofSignaturePropertiesType- Returns:
- the new instance of
SignaturePropertiesType
-
createSignaturePropertyType
public SignaturePropertyType createSignaturePropertyType()
Create an instance ofSignaturePropertyType- Returns:
- the new instance of
SignaturePropertyType
-
createDSAKeyValueType
public DSAKeyValueType createDSAKeyValueType()
Create an instance ofDSAKeyValueType- Returns:
- the new instance of
DSAKeyValueType
-
createRSAKeyValueType
public RSAKeyValueType createRSAKeyValueType()
Create an instance ofRSAKeyValueType- Returns:
- the new instance of
RSAKeyValueType
-
createX509IssuerSerialType
public X509IssuerSerialType createX509IssuerSerialType()
Create an instance ofX509IssuerSerialType- Returns:
- the new instance of
X509IssuerSerialType
-
createSignature
public jakarta.xml.bind.JAXBElement<SignatureType> createSignature(SignatureType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignatureType>
-
createSignatureValue
public jakarta.xml.bind.JAXBElement<SignatureValueType> createSignatureValue(SignatureValueType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignatureValueType>
-
createSignedInfo
public jakarta.xml.bind.JAXBElement<SignedInfoType> createSignedInfo(SignedInfoType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignedInfoType>
-
createCanonicalizationMethod
public jakarta.xml.bind.JAXBElement<CanonicalizationMethodType> createCanonicalizationMethod(CanonicalizationMethodType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CanonicalizationMethodType>
-
createSignatureMethod
public jakarta.xml.bind.JAXBElement<SignatureMethodType> createSignatureMethod(SignatureMethodType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignatureMethodType>
-
createReference
public jakarta.xml.bind.JAXBElement<ReferenceType> createReference(ReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ReferenceType>
-
createTransforms
public jakarta.xml.bind.JAXBElement<TransformsType> createTransforms(TransformsType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TransformsType>
-
createTransform
public jakarta.xml.bind.JAXBElement<TransformType> createTransform(TransformType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TransformType>
-
createDigestMethod
public jakarta.xml.bind.JAXBElement<DigestMethodType> createDigestMethod(DigestMethodType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DigestMethodType>
-
createDigestValue
public jakarta.xml.bind.JAXBElement<byte[]> createDigestValue(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createKeyInfo
public jakarta.xml.bind.JAXBElement<KeyInfoType> createKeyInfo(KeyInfoType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyInfoType>
-
createKeyName
public jakarta.xml.bind.JAXBElement<String> createKeyName(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createMgmtData
public jakarta.xml.bind.JAXBElement<String> createMgmtData(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createKeyValue
public jakarta.xml.bind.JAXBElement<KeyValueType> createKeyValue(KeyValueType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyValueType>
-
createRetrievalMethod
public jakarta.xml.bind.JAXBElement<RetrievalMethodType> createRetrievalMethod(RetrievalMethodType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RetrievalMethodType>
-
createX509Data
public jakarta.xml.bind.JAXBElement<X509DataType> createX509Data(X509DataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<X509DataType>
-
createPGPData
public jakarta.xml.bind.JAXBElement<PGPDataType> createPGPData(PGPDataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PGPDataType>
-
createSPKIData
public jakarta.xml.bind.JAXBElement<SPKIDataType> createSPKIData(SPKIDataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SPKIDataType>
-
createObject
public jakarta.xml.bind.JAXBElement<ObjectType> createObject(ObjectType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ObjectType>
-
createManifest
public jakarta.xml.bind.JAXBElement<ManifestType> createManifest(ManifestType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ManifestType>
-
createSignatureProperties
public jakarta.xml.bind.JAXBElement<SignaturePropertiesType> createSignatureProperties(SignaturePropertiesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignaturePropertiesType>
-
createSignatureProperty
public jakarta.xml.bind.JAXBElement<SignaturePropertyType> createSignatureProperty(SignaturePropertyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignaturePropertyType>
-
createDSAKeyValue
public jakarta.xml.bind.JAXBElement<DSAKeyValueType> createDSAKeyValue(DSAKeyValueType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DSAKeyValueType>
-
createRSAKeyValue
public jakarta.xml.bind.JAXBElement<RSAKeyValueType> createRSAKeyValue(RSAKeyValueType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RSAKeyValueType>
-
createSPKIDataTypeSPKISexp
public jakarta.xml.bind.JAXBElement<byte[]> createSPKIDataTypeSPKISexp(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createPGPDataTypePGPKeyID
public jakarta.xml.bind.JAXBElement<byte[]> createPGPDataTypePGPKeyID(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createPGPDataTypePGPKeyPacket
public jakarta.xml.bind.JAXBElement<byte[]> createPGPDataTypePGPKeyPacket(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createX509DataTypeX509IssuerSerial
public jakarta.xml.bind.JAXBElement<X509IssuerSerialType> createX509DataTypeX509IssuerSerial(X509IssuerSerialType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<X509IssuerSerialType>
-
createX509DataTypeX509SKI
public jakarta.xml.bind.JAXBElement<byte[]> createX509DataTypeX509SKI(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createX509DataTypeX509SubjectName
public jakarta.xml.bind.JAXBElement<String> createX509DataTypeX509SubjectName(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createX509DataTypeX509Certificate
public jakarta.xml.bind.JAXBElement<byte[]> createX509DataTypeX509Certificate(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createX509DataTypeX509CRL
public jakarta.xml.bind.JAXBElement<byte[]> createX509DataTypeX509CRL(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createTransformTypeXPath
public jakarta.xml.bind.JAXBElement<String> createTransformTypeXPath(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createSignatureMethodTypeHMACOutputLength
public jakarta.xml.bind.JAXBElement<BigInteger> createSignatureMethodTypeHMACOutputLength(BigInteger value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BigInteger>
-
-