Package com.helger.xsds.xmldsig11
Class ObjectFactory
- java.lang.Object
-
- com.helger.xsds.xmldsig11.ObjectFactory
-
@CodingStyleguideUnaware public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.helger.xsds.xmldsig11 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.
This class was annotated by ph-jaxb22-plugin -Xph-annotate
-
-
Field Summary
Fields Modifier and Type Field Description static QName_DEREncodedKeyValue_QNAMEstatic QName_ECKeyValue_QNAMEstatic QName_GnB_QNAMEstatic QName_KeyInfoReference_QNAMEstatic QName_PnB_QNAMEstatic QName_Prime_QNAMEstatic QName_TnB_QNAMEstatic QName_X509Digest_QNAME
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.xsds.xmldsig11
-
Method Summary
-
-
-
Field Detail
-
_ECKeyValue_QNAME
public static final QName _ECKeyValue_QNAME
-
_Prime_QNAME
public static final QName _Prime_QNAME
-
_GnB_QNAME
public static final QName _GnB_QNAME
-
_TnB_QNAME
public static final QName _TnB_QNAME
-
_PnB_QNAME
public static final QName _PnB_QNAME
-
_DEREncodedKeyValue_QNAME
public static final QName _DEREncodedKeyValue_QNAME
-
_KeyInfoReference_QNAME
public static final QName _KeyInfoReference_QNAME
-
_X509Digest_QNAME
public static final QName _X509Digest_QNAME
-
-
Method Detail
-
createECKeyValueType
@Nonnull public ECKeyValueType createECKeyValueType()
Create an instance ofECKeyValueType- Returns:
- The created ECKeyValueType object and never
null.
-
createPrimeFieldParamsType
@Nonnull public PrimeFieldParamsType createPrimeFieldParamsType()
Create an instance ofPrimeFieldParamsType- Returns:
- The created PrimeFieldParamsType object and never
null.
-
createCharTwoFieldParamsType
@Nonnull public CharTwoFieldParamsType createCharTwoFieldParamsType()
Create an instance ofCharTwoFieldParamsType- Returns:
- The created CharTwoFieldParamsType object and never
null.
-
createTnBFieldParamsType
@Nonnull public TnBFieldParamsType createTnBFieldParamsType()
Create an instance ofTnBFieldParamsType- Returns:
- The created TnBFieldParamsType object and never
null.
-
createPnBFieldParamsType
@Nonnull public PnBFieldParamsType createPnBFieldParamsType()
Create an instance ofPnBFieldParamsType- Returns:
- The created PnBFieldParamsType object and never
null.
-
createDEREncodedKeyValueType
@Nonnull public DEREncodedKeyValueType createDEREncodedKeyValueType()
Create an instance ofDEREncodedKeyValueType- Returns:
- The created DEREncodedKeyValueType object and never
null.
-
createKeyInfoReferenceType
@Nonnull public KeyInfoReferenceType createKeyInfoReferenceType()
Create an instance ofKeyInfoReferenceType- Returns:
- The created KeyInfoReferenceType object and never
null.
-
createX509DigestType
@Nonnull public X509DigestType createX509DigestType()
Create an instance ofX509DigestType- Returns:
- The created X509DigestType object and never
null.
-
createNamedCurveType
@Nonnull public NamedCurveType createNamedCurveType()
Create an instance ofNamedCurveType- Returns:
- The created NamedCurveType object and never
null.
-
createECParametersType
@Nonnull public ECParametersType createECParametersType()
Create an instance ofECParametersType- Returns:
- The created ECParametersType object and never
null.
-
createFieldIDType
@Nonnull public FieldIDType createFieldIDType()
Create an instance ofFieldIDType- Returns:
- The created FieldIDType object and never
null.
-
createCurveType
@Nonnull public CurveType createCurveType()
Create an instance ofCurveType- Returns:
- The created CurveType object and never
null.
-
createECValidationDataType
@Nonnull public ECValidationDataType createECValidationDataType()
Create an instance ofECValidationDataType- Returns:
- The created ECValidationDataType object and never
null.
-
createECKeyValue
@Nonnull public JAXBElement<ECKeyValueType> createECKeyValue(@Nullable ECKeyValueType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ECKeyValueType>The created JAXBElement and nevernull.
-
createPrime
@Nonnull public JAXBElement<PrimeFieldParamsType> createPrime(@Nullable PrimeFieldParamsType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PrimeFieldParamsType>The created JAXBElement and nevernull.
-
createGnB
@Nonnull public JAXBElement<CharTwoFieldParamsType> createGnB(@Nullable CharTwoFieldParamsType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CharTwoFieldParamsType>The created JAXBElement and nevernull.
-
createTnB
@Nonnull public JAXBElement<TnBFieldParamsType> createTnB(@Nullable TnBFieldParamsType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TnBFieldParamsType>The created JAXBElement and nevernull.
-
createPnB
@Nonnull public JAXBElement<PnBFieldParamsType> createPnB(@Nullable PnBFieldParamsType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PnBFieldParamsType>The created JAXBElement and nevernull.
-
createDEREncodedKeyValue
@Nonnull public JAXBElement<DEREncodedKeyValueType> createDEREncodedKeyValue(@Nullable DEREncodedKeyValueType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DEREncodedKeyValueType>The created JAXBElement and nevernull.
-
createKeyInfoReference
@Nonnull public JAXBElement<KeyInfoReferenceType> createKeyInfoReference(@Nullable KeyInfoReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyInfoReferenceType>The created JAXBElement and nevernull.
-
createX509Digest
@Nonnull public JAXBElement<X509DigestType> createX509Digest(@Nullable X509DigestType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<X509DigestType>The created JAXBElement and nevernull.
-
-