public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes
for package: at.ebinterface.validation.rtr.generated
|
public ObjectFactory()
public ErrorResponse createErrorResponse()
ErrorResponsepublic VerifyDocumentResponse createVerifyDocumentResponse()
VerifyDocumentResponsepublic VerificationReportType createVerificationReportType()
VerificationReportTypepublic SignatureType createSignatureType()
SignatureTypepublic VerifyDocumentRequest createVerifyDocumentRequest()
VerifyDocumentRequestpublic ContentExLocRefBaseType createContentExLocRefBaseType()
ContentExLocRefBaseTypepublic FileInfoType createFileInfoType()
FileInfoTypepublic AnnotationsType createAnnotationsType()
AnnotationsTypepublic ManifestCheckType createManifestCheckType()
ManifestCheckTypepublic CheckResultType createCheckResultType()
CheckResultTypepublic SignatureInfoType createSignatureInfoType()
SignatureInfoTypepublic KeyInfoType createKeyInfoType()
KeyInfoTypepublic SignedInfoType createSignedInfoType()
SignedInfoTypepublic RetrievalMethodType createRetrievalMethodType()
RetrievalMethodTypepublic DigestMethodType createDigestMethodType()
DigestMethodTypepublic SignatureMethodType createSignatureMethodType()
SignatureMethodTypepublic SPKIDataType createSPKIDataType()
SPKIDataTypepublic X509DataType createX509DataType()
X509DataTypepublic PGPDataType createPGPDataType()
PGPDataTypepublic DSAKeyValueType createDSAKeyValueType()
DSAKeyValueTypepublic ManifestType createManifestType()
ManifestTypepublic SignatureValueType createSignatureValueType()
SignatureValueTypepublic TransformsType createTransformsType()
TransformsTypepublic RSAKeyValueType createRSAKeyValueType()
RSAKeyValueTypepublic TransformType createTransformType()
TransformTypepublic SignaturePropertyType createSignaturePropertyType()
SignaturePropertyTypepublic KeyValueType createKeyValueType()
KeyValueTypepublic ReferenceType createReferenceType()
ReferenceTypepublic CanonicalizationMethodType createCanonicalizationMethodType()
CanonicalizationMethodTypepublic SignaturePropertiesType createSignaturePropertiesType()
SignaturePropertiesTypepublic ObjectType createObjectType()
ObjectTypepublic X509IssuerSerialType createX509IssuerSerialType()
X509IssuerSerialTypepublic JAXBElement<X509DataType> createX509Data(X509DataType value)
public JAXBElement<SignatureType> createSignature(SignatureType value)
public JAXBElement<PGPDataType> createPGPData(PGPDataType value)
public JAXBElement<DSAKeyValueType> createDSAKeyValue(DSAKeyValueType value)
public JAXBElement<SignatureMethodType> createSignatureMethod(SignatureMethodType value)
public JAXBElement<SPKIDataType> createSPKIData(SPKIDataType value)
public JAXBElement<KeyInfoType> createKeyInfo(KeyInfoType value)
public JAXBElement<SignedInfoType> createSignedInfo(SignedInfoType value)
public JAXBElement<RetrievalMethodType> createRetrievalMethod(RetrievalMethodType value)
public JAXBElement<DigestMethodType> createDigestMethod(DigestMethodType value)
public JAXBElement<byte[]> createDigestValue(byte[] value)
public JAXBElement<CanonicalizationMethodType> createCanonicalizationMethod(CanonicalizationMethodType value)
public JAXBElement<String> createMgmtData(String value)
public JAXBElement<ObjectType> createObject(ObjectType value)
public JAXBElement<SignaturePropertiesType> createSignatureProperties(SignaturePropertiesType value)
public JAXBElement<String> createKeyName(String value)
public JAXBElement<KeyValueType> createKeyValue(KeyValueType value)
public JAXBElement<ReferenceType> createReference(ReferenceType value)
public JAXBElement<SignaturePropertyType> createSignatureProperty(SignaturePropertyType value)
public JAXBElement<TransformsType> createTransforms(TransformsType value)
public JAXBElement<SignatureValueType> createSignatureValue(SignatureValueType value)
public JAXBElement<ManifestType> createManifest(ManifestType value)
public JAXBElement<RSAKeyValueType> createRSAKeyValue(RSAKeyValueType value)
public JAXBElement<TransformType> createTransform(TransformType value)
public JAXBElement<String> createTransformTypeXPath(String value)
public JAXBElement<byte[]> createPGPDataTypePGPKeyID(byte[] value)
public JAXBElement<byte[]> createPGPDataTypePGPKeyPacket(byte[] value)
public JAXBElement<BigInteger> createSignatureMethodTypeHMACOutputLength(BigInteger value)
Copyright © 2014–2019. All rights reserved.