@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 |
_DEREncodedKeyValue_QNAME |
static QName |
_ECKeyValue_QNAME |
static QName |
_GnB_QNAME |
static QName |
_KeyInfoReference_QNAME |
static QName |
_PnB_QNAME |
static QName |
_Prime_QNAME |
static QName |
_TnB_QNAME |
static QName |
_X509Digest_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.xsds.xmldsig11
|
public static final QName _ECKeyValue_QNAME
public static final QName _Prime_QNAME
public static final QName _GnB_QNAME
public static final QName _TnB_QNAME
public static final QName _PnB_QNAME
public static final QName _DEREncodedKeyValue_QNAME
public static final QName _KeyInfoReference_QNAME
public static final QName _X509Digest_QNAME
public ObjectFactory()
@Nonnull public ECKeyValueType createECKeyValueType()
ECKeyValueTypenull.@Nonnull public PrimeFieldParamsType createPrimeFieldParamsType()
PrimeFieldParamsTypenull.@Nonnull public CharTwoFieldParamsType createCharTwoFieldParamsType()
CharTwoFieldParamsTypenull.@Nonnull public TnBFieldParamsType createTnBFieldParamsType()
TnBFieldParamsTypenull.@Nonnull public PnBFieldParamsType createPnBFieldParamsType()
PnBFieldParamsTypenull.@Nonnull public DEREncodedKeyValueType createDEREncodedKeyValueType()
DEREncodedKeyValueTypenull.@Nonnull public KeyInfoReferenceType createKeyInfoReferenceType()
KeyInfoReferenceTypenull.@Nonnull public X509DigestType createX509DigestType()
X509DigestTypenull.@Nonnull public NamedCurveType createNamedCurveType()
NamedCurveTypenull.@Nonnull public ECParametersType createECParametersType()
ECParametersTypenull.@Nonnull public FieldIDType createFieldIDType()
FieldIDTypenull.@Nonnull public CurveType createCurveType()
CurveTypenull.@Nonnull public ECValidationDataType createECValidationDataType()
ECValidationDataTypenull.@Nonnull public JAXBElement<ECKeyValueType> createECKeyValue(@Nullable ECKeyValueType value)
value - Java instance representing xml element's value.JAXBElement<ECKeyValueType> The created JAXBElement and never null.@Nonnull public JAXBElement<PrimeFieldParamsType> createPrime(@Nullable PrimeFieldParamsType value)
value - Java instance representing xml element's value.JAXBElement<PrimeFieldParamsType> The created JAXBElement and never null.@Nonnull public JAXBElement<CharTwoFieldParamsType> createGnB(@Nullable CharTwoFieldParamsType value)
value - Java instance representing xml element's value.JAXBElement<CharTwoFieldParamsType> The created JAXBElement and never null.@Nonnull public JAXBElement<TnBFieldParamsType> createTnB(@Nullable TnBFieldParamsType value)
value - Java instance representing xml element's value.JAXBElement<TnBFieldParamsType> The created JAXBElement and never null.@Nonnull public JAXBElement<PnBFieldParamsType> createPnB(@Nullable PnBFieldParamsType value)
value - Java instance representing xml element's value.JAXBElement<PnBFieldParamsType> The created JAXBElement and never null.@Nonnull public JAXBElement<DEREncodedKeyValueType> createDEREncodedKeyValue(@Nullable DEREncodedKeyValueType value)
value - Java instance representing xml element's value.JAXBElement<DEREncodedKeyValueType> The created JAXBElement and never null.@Nonnull public JAXBElement<KeyInfoReferenceType> createKeyInfoReference(@Nullable KeyInfoReferenceType value)
value - Java instance representing xml element's value.JAXBElement<KeyInfoReferenceType> The created JAXBElement and never null.@Nonnull public JAXBElement<X509DigestType> createX509Digest(@Nullable X509DigestType value)
value - Java instance representing xml element's value.JAXBElement<X509DigestType> The created JAXBElement and never null.Copyright © 2016–2020 Philip Helger. All rights reserved.