@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 |
_Agent_QNAME |
static QName |
_CurrentProject_QNAME |
static QName |
_Document_QNAME |
static QName |
_Family_Name_QNAME |
static QName |
_FamilyName_QNAME |
static QName |
_FirstName_QNAME |
static QName |
_Geekcode_QNAME |
static QName |
_Img_QNAME |
static QName |
_Knows_QNAME |
static QName |
_LastName_QNAME |
static QName |
_MyersBriggs_QNAME |
static QName |
_Organization_QNAME |
static QName |
_Page_QNAME |
static QName |
_PastProject_QNAME |
static QName |
_Person_QNAME |
static QName |
_PrimaryTopic_QNAME |
static QName |
_Publications_QNAME |
static QName |
_SchoolInfoHomepage_QNAME |
static QName |
_Sha1_QNAME |
static QName |
_Surname_QNAME |
static QName |
_Topic_QNAME |
static QName |
_WorkInfoHomepage_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.foaf
|
public static final QName _CurrentProject_QNAME
public static final QName _LastName_QNAME
public static final QName _FamilyName_QNAME
public static final QName _Family_Name_QNAME
public static final QName _FirstName_QNAME
public static final QName _Geekcode_QNAME
public static final QName _Img_QNAME
public static final QName _MyersBriggs_QNAME
public static final QName _PastProject_QNAME
public static final QName _PrimaryTopic_QNAME
public static final QName _Publications_QNAME
public static final QName _Sha1_QNAME
public static final QName _SchoolInfoHomepage_QNAME
public static final QName _Surname_QNAME
public static final QName _Topic_QNAME
public static final QName _WorkInfoHomepage_QNAME
public static final QName _Knows_QNAME
public static final QName _Page_QNAME
public static final QName _Agent_QNAME
public static final QName _Document_QNAME
public static final QName _Organization_QNAME
public static final QName _Person_QNAME
public ObjectFactory()
@Nonnull public FoafDocumentType createFoafDocumentType()
FoafDocumentTypenull.@Nonnull public FoafAgentType createFoafAgentType()
FoafAgentTypenull.@Nonnull public FoafPersonType createFoafPersonType()
FoafPersonTypenull.@Nonnull public FoafOrganizationType createFoafOrganizationType()
FoafOrganizationTypenull.@Nonnull public JAXBElement<Object> createCurrentProject(@Nullable Object value)
value - Java instance representing xml element's value.JAXBElement<Object> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createLastName(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createFamilyName(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createFamily_Name(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createFirstName(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createGeekcode(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<byte[]> createImg(@Nullable byte[] value)
value - Java instance representing xml element's value.JAXBElement<byte[]> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createMyersBriggs(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<Object> createPastProject(@Nullable Object value)
value - Java instance representing xml element's value.JAXBElement<Object> The created JAXBElement and never null.@Nonnull public JAXBElement<Object> createPrimaryTopic(@Nullable Object value)
value - Java instance representing xml element's value.JAXBElement<Object> The created JAXBElement and never null.@Nonnull public JAXBElement<FoafDocumentType> createPublications(@Nullable FoafDocumentType value)
value - Java instance representing xml element's value.JAXBElement<FoafDocumentType> The created JAXBElement and never null.@Nonnull public JAXBElement<byte[]> createSha1(@Nullable byte[] value)
value - Java instance representing xml element's value.JAXBElement<byte[]> The created JAXBElement and never null.@Nonnull public JAXBElement<FoafDocumentType> createSchoolInfoHomepage(@Nullable FoafDocumentType value)
value - Java instance representing xml element's value.JAXBElement<FoafDocumentType> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createSurname(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<Object> createTopic(@Nullable Object value)
value - Java instance representing xml element's value.JAXBElement<Object> The created JAXBElement and never null.@Nonnull public JAXBElement<FoafDocumentType> createWorkInfoHomepage(@Nullable FoafDocumentType value)
value - Java instance representing xml element's value.JAXBElement<FoafDocumentType> The created JAXBElement and never null.@Nonnull public JAXBElement<FoafPersonType> createKnows(@Nullable FoafPersonType value)
value - Java instance representing xml element's value.JAXBElement<FoafPersonType> The created JAXBElement and never null.@Nonnull public JAXBElement<FoafDocumentType> createPage(@Nullable FoafDocumentType value)
value - Java instance representing xml element's value.JAXBElement<FoafDocumentType> The created JAXBElement and never null.@Nonnull public JAXBElement<FoafAgentType> createAgent(@Nullable FoafAgentType value)
value - Java instance representing xml element's value.JAXBElement<FoafAgentType> The created JAXBElement and never null.@Nonnull public JAXBElement<FoafDocumentType> createDocument(@Nullable FoafDocumentType value)
value - Java instance representing xml element's value.JAXBElement<FoafDocumentType> The created JAXBElement and never null.@Nonnull public JAXBElement<FoafOrganizationType> createOrganization(@Nullable FoafOrganizationType value)
value - Java instance representing xml element's value.JAXBElement<FoafOrganizationType> The created JAXBElement and never null.@Nonnull public JAXBElement<FoafPersonType> createPerson(@Nullable FoafPersonType value)
value - Java instance representing xml element's value.JAXBElement<FoafPersonType> The created JAXBElement and never null.Copyright © 2020 toop.eu. All rights reserved.