no.difi.certvalidator.jaxb.ObjectFactory Maven / Gradle / Ivy
Show all versions of commons-certvalidator Show documentation
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.09.03 at 04:42:59 PM UTC
//
package no.difi.certvalidator.jaxb;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the no.difi.certvalidator.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.
*
*/
@XmlRegistry
public class ObjectFactory {
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: no.difi.certvalidator.jaxb
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link ValidatorRecipe }
*
*/
public ValidatorRecipe createValidatorRecipe() {
return new ValidatorRecipe();
}
/**
* Create an instance of {@link ValidatorType }
*
*/
public ValidatorType createValidatorType() {
return new ValidatorType();
}
/**
* Create an instance of {@link CertificateBucketType }
*
*/
public CertificateBucketType createCertificateBucketType() {
return new CertificateBucketType();
}
/**
* Create an instance of {@link KeyStoreType }
*
*/
public KeyStoreType createKeyStoreType() {
return new KeyStoreType();
}
/**
* Create an instance of {@link ExtensionType }
*
*/
public ExtensionType createExtensionType() {
return new ExtensionType();
}
/**
* Create an instance of {@link BlacklistType }
*
*/
public BlacklistType createBlacklistType() {
return new BlacklistType();
}
/**
* Create an instance of {@link HandleErrorType }
*
*/
public HandleErrorType createHandleErrorType() {
return new HandleErrorType();
}
/**
* Create an instance of {@link CriticalExtensionRecognizedType }
*
*/
public CriticalExtensionRecognizedType createCriticalExtensionRecognizedType() {
return new CriticalExtensionRecognizedType();
}
/**
* Create an instance of {@link CertificateBucketReferenceType }
*
*/
public CertificateBucketReferenceType createCertificateBucketReferenceType() {
return new CertificateBucketReferenceType();
}
/**
* Create an instance of {@link ExtensibleType }
*
*/
public ExtensibleType createExtensibleType() {
return new ExtensibleType();
}
/**
* Create an instance of {@link DummyType }
*
*/
public DummyType createDummyType() {
return new DummyType();
}
/**
* Create an instance of {@link ReferenceType }
*
*/
public ReferenceType createReferenceType() {
return new ReferenceType();
}
/**
* Create an instance of {@link TryType }
*
*/
public TryType createTryType() {
return new TryType();
}
/**
* Create an instance of {@link CRLType }
*
*/
public CRLType createCRLType() {
return new CRLType();
}
/**
* Create an instance of {@link PrincipleNameType }
*
*/
public PrincipleNameType createPrincipleNameType() {
return new PrincipleNameType();
}
/**
* Create an instance of {@link ExpirationType }
*
*/
public ExpirationType createExpirationType() {
return new ExpirationType();
}
/**
* Create an instance of {@link RuleReferenceType }
*
*/
public RuleReferenceType createRuleReferenceType() {
return new RuleReferenceType();
}
/**
* Create an instance of {@link CachedType }
*
*/
public CachedType createCachedType() {
return new CachedType();
}
/**
* Create an instance of {@link CertificateStartsWithType }
*
*/
public CertificateStartsWithType createCertificateStartsWithType() {
return new CertificateStartsWithType();
}
/**
* Create an instance of {@link OCSPType }
*
*/
public OCSPType createOCSPType() {
return new OCSPType();
}
/**
* Create an instance of {@link ClassType }
*
*/
public ClassType createClassType() {
return new ClassType();
}
/**
* Create an instance of {@link KeyUsageType }
*
*/
public KeyUsageType createKeyUsageType() {
return new KeyUsageType();
}
/**
* Create an instance of {@link CertificateType }
*
*/
public CertificateType createCertificateType() {
return new CertificateType();
}
/**
* Create an instance of {@link CertificateReferenceType }
*
*/
public CertificateReferenceType createCertificateReferenceType() {
return new CertificateReferenceType();
}
/**
* Create an instance of {@link JunctionType }
*
*/
public JunctionType createJunctionType() {
return new JunctionType();
}
/**
* Create an instance of {@link CriticalExtensionRequiredType }
*
*/
public CriticalExtensionRequiredType createCriticalExtensionRequiredType() {
return new CriticalExtensionRequiredType();
}
/**
* Create an instance of {@link ChainType }
*
*/
public ChainType createChainType() {
return new ChainType();
}
/**
* Create an instance of {@link SigningType }
*
*/
public SigningType createSigningType() {
return new SigningType();
}
/**
* Create an instance of {@link WhitelistType }
*
*/
public WhitelistType createWhitelistType() {
return new WhitelistType();
}
/**
* Create an instance of {@link ValidatorReferenceType }
*
*/
public ValidatorReferenceType createValidatorReferenceType() {
return new ValidatorReferenceType();
}
}