Class ObjectFactory
java.lang.Object
eu.europa.esig.dss.policy.crypto.xml.jaxb.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the eu.europa.esig.dss.policy.crypto.xml.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.dss.policy.crypto.xml.jaxb -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AlgorithmType> createAlgorithm(AlgorithmType value) jakarta.xml.bind.JAXBElement<AlgorithmIdentifierType> Create an instance ofAlgorithmIdentifierTypeCreate an instance ofAlgorithmTypejakarta.xml.bind.JAXBElement<EvaluationType> createEvaluation(EvaluationType value) Create an instance ofEvaluationTypejakarta.xml.bind.JAXBElement<InformationType> createInformation(InformationType value) Create an instance ofInformationTypejakarta.xml.bind.JAXBElement<String> createName(String value) jakarta.xml.bind.JAXBElement<String> createObjectIdentifier(String value) jakarta.xml.bind.JAXBElement<ParameterType> createParameter(ParameterType value) Create an instance ofParameterTypejakarta.xml.bind.JAXBElement<PolicyNameType> createPolicyName(PolicyNameType value) Create an instance ofPolicyNameTypejakarta.xml.bind.JAXBElement<PublisherType> createPublisher(PublisherType value) Create an instance ofPublisherTypejakarta.xml.bind.JAXBElement<SecuritySuitabilityPolicyType> Create an instance ofSecuritySuitabilityPolicyTypejakarta.xml.bind.JAXBElement<String> jakarta.xml.bind.JAXBElement<ValidityType> createValidity(ValidityType value) Create an instance ofValidityType
-
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.dss.policy.crypto.xml.jaxb
-
-
Method Details
-
createSecuritySuitabilityPolicyType
Create an instance ofSecuritySuitabilityPolicyType -
createPolicyNameType
Create an instance ofPolicyNameType -
createPublisherType
Create an instance ofPublisherType -
createAlgorithmType
Create an instance ofAlgorithmType -
createAlgorithmIdentifierType
Create an instance ofAlgorithmIdentifierType -
createValidityType
Create an instance ofValidityType -
createInformationType
Create an instance ofInformationType -
createEvaluationType
Create an instance ofEvaluationType -
createParameterType
Create an instance ofParameterType -
createSecuritySuitabilityPolicy
public jakarta.xml.bind.JAXBElement<SecuritySuitabilityPolicyType> createSecuritySuitabilityPolicy(SecuritySuitabilityPolicyType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SecuritySuitabilityPolicyType>
-
createPolicyName
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PolicyNameType>
-
createPublisher
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PublisherType>
-
createName
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createObjectIdentifier
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createURI
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createAlgorithm
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AlgorithmType>
-
createAlgorithmIdentifier
public jakarta.xml.bind.JAXBElement<AlgorithmIdentifierType> createAlgorithmIdentifier(AlgorithmIdentifierType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AlgorithmIdentifierType>
-
createValidity
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ValidityType>
-
createInformation
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<InformationType>
-
createEvaluation
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EvaluationType>
-
createParameter
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ParameterType>
-