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 ofAlgorithmIdentifierType
Create an instance ofAlgorithmType
jakarta.xml.bind.JAXBElement
<EvaluationType> createEvaluation
(EvaluationType value) Create an instance ofEvaluationType
jakarta.xml.bind.JAXBElement
<InformationType> createInformation
(InformationType value) Create an instance ofInformationType
jakarta.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 ofParameterType
jakarta.xml.bind.JAXBElement
<PolicyNameType> createPolicyName
(PolicyNameType value) Create an instance ofPolicyNameType
jakarta.xml.bind.JAXBElement
<PublisherType> createPublisher
(PublisherType value) Create an instance ofPublisherType
jakarta.xml.bind.JAXBElement
<SecuritySuitabilityPolicyType> Create an instance ofSecuritySuitabilityPolicyType
jakarta.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
>
-