Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
package eu.toop.edm.jaxb.foaf;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.bind.annotation.adapters.HexBinaryAdapter;
import javax.xml.bind.annotation.adapters.NormalizedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import javax.xml.namespace.QName;
import com.helger.commons.annotation.CodingStyleguideUnaware;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the eu.toop.edm.jaxb.foaf 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
*
*
*/
@XmlRegistry
@CodingStyleguideUnaware
public class ObjectFactory {
public final static QName _Account_QNAME = new QName("http://xmlns.com/foaf/0.1/", "account");
public final static QName _CurrentProject_QNAME = new QName("http://xmlns.com/foaf/0.1/", "currentProject");
public final static QName _LastName_QNAME = new QName("http://xmlns.com/foaf/0.1/", "lastName");
public final static QName _FamilyName_QNAME = new QName("http://xmlns.com/foaf/0.1/", "familyName");
public final static QName _Family_Name_QNAME = new QName("http://xmlns.com/foaf/0.1/", "family_name");
public final static QName _FirstName_QNAME = new QName("http://xmlns.com/foaf/0.1/", "firstName");
public final static QName _Geekcode_QNAME = new QName("http://xmlns.com/foaf/0.1/", "geekcode");
public final static QName _Homepage_QNAME = new QName("http://xmlns.com/foaf/0.1/", "homepage");
public final static QName _Img_QNAME = new QName("http://xmlns.com/foaf/0.1/", "img");
public final static QName _MyersBriggs_QNAME = new QName("http://xmlns.com/foaf/0.1/", "myersBriggs");
public final static QName _PastProject_QNAME = new QName("http://xmlns.com/foaf/0.1/", "pastProject");
public final static QName _PrimaryTopic_QNAME = new QName("http://xmlns.com/foaf/0.1/", "primaryTopic");
public final static QName _Publications_QNAME = new QName("http://xmlns.com/foaf/0.1/", "publications");
public final static QName _Sha1_QNAME = new QName("http://xmlns.com/foaf/0.1/", "sha1");
public final static QName _SchoolInfoHomepage_QNAME = new QName("http://xmlns.com/foaf/0.1/", "schoolInfoHomepage");
public final static QName _Surname_QNAME = new QName("http://xmlns.com/foaf/0.1/", "surname");
public final static QName _Topic_QNAME = new QName("http://xmlns.com/foaf/0.1/", "topic");
public final static QName _WorkInfoHomepage_QNAME = new QName("http://xmlns.com/foaf/0.1/", "workInfoHomepage");
public final static QName _Knows_QNAME = new QName("http://xmlns.com/foaf/0.1/", "knows");
public final static QName _Page_QNAME = new QName("http://xmlns.com/foaf/0.1/", "page");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.toop.edm.jaxb.foaf
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link FoafDocumentType }
*
* @return
* The created FoafDocumentType object and never null.
*/
@Nonnull
public FoafDocumentType createFoafDocumentType() {
return new FoafDocumentType();
}
/**
* Create an instance of {@link FoafAgentType }
*
* @return
* The created FoafAgentType object and never null.
*/
@Nonnull
public FoafAgentType createFoafAgentType() {
return new FoafAgentType();
}
/**
* Create an instance of {@link FoafPersonType }
*
* @return
* The created FoafPersonType object and never null.
*/
@Nonnull
public FoafPersonType createFoafPersonType() {
return new FoafPersonType();
}
/**
* Create an instance of {@link FoafOrganizationType }
*
* @return
* The created FoafOrganizationType object and never null.
*/
@Nonnull
public FoafOrganizationType createFoafOrganizationType() {
return new FoafOrganizationType();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link Object }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link Object }{@code >} The created JAXBElement and never null.
*/
@XmlElementDecl(namespace = "http://xmlns.com/foaf/0.1/", name = "account")
@Nonnull
public JAXBElement