@CodingStyleguideUnaware 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.
This class was annotated by ph-jaxb22-plugin -Xph-annotate
| Modifier and Type | Field and Description |
|---|---|
static QName |
_AlgorithmCode_QNAME |
static QName |
_Checksum_QNAME |
static QName |
_ChecksumAugmentationPoint_QNAME |
static QName |
_ChecksumValue_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.toop.edm.jaxb.spdx
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AlgorithmCodeType> |
createAlgorithmCode(AlgorithmCodeType value)
|
AlgorithmCodeType |
createAlgorithmCodeType()
Create an instance of
AlgorithmCodeType |
JAXBElement<ChecksumType> |
createChecksum(ChecksumType value)
|
JAXBElement<ChecksumAugmentationPointType> |
createChecksumAugmentationPoint(ChecksumAugmentationPointType value)
|
ChecksumType |
createChecksumType()
Create an instance of
ChecksumType |
JAXBElement<ChecksumValueType> |
createChecksumValue(ChecksumValueType value)
|
ChecksumValueType |
createChecksumValueType()
Create an instance of
ChecksumValueType |
public static final QName _Checksum_QNAME
public static final QName _AlgorithmCode_QNAME
public static final QName _ChecksumAugmentationPoint_QNAME
public static final QName _ChecksumValue_QNAME
public ObjectFactory()
@Nonnull public ChecksumType createChecksumType()
ChecksumTypenull.@Nonnull public AlgorithmCodeType createAlgorithmCodeType()
AlgorithmCodeTypenull.@Nonnull public ChecksumValueType createChecksumValueType()
ChecksumValueTypenull.@Nonnull public JAXBElement<ChecksumType> createChecksum(@Nullable ChecksumType value)
value - Java instance representing xml element's value.JAXBElement<ChecksumType> The created JAXBElement and never null.@Nonnull public JAXBElement<AlgorithmCodeType> createAlgorithmCode(@Nullable AlgorithmCodeType value)
value - Java instance representing xml element's value.JAXBElement<AlgorithmCodeType> The created JAXBElement and never null.@Nonnull public JAXBElement<ChecksumAugmentationPointType> createChecksumAugmentationPoint(@Nullable ChecksumAugmentationPointType value)
value - Java instance representing xml element's value.JAXBElement<ChecksumAugmentationPointType> The created JAXBElement and never null.@Nonnull public JAXBElement<ChecksumValueType> createChecksumValue(@Nullable ChecksumValueType value)
value - Java instance representing xml element's value.JAXBElement<ChecksumValueType> The created JAXBElement and never null.Copyright © 2020 toop.eu. All rights reserved.