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.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: nl.b3p.csw.jaxb.elements
|
public ObjectFactory()
public ElementContainer createElementContainer()
ElementContainerpublic SimpleLiteral createSimpleLiteral()
SimpleLiteralpublic Source createSource(SimpleLiteral value)
Source}public Coverage createCoverage(SimpleLiteral value)
Coverage}public Creator createCreator(SimpleLiteral value)
Creator}public Relation createRelation(SimpleLiteral value)
Relation}public Identifier createIdentifier(SimpleLiteral value)
Identifier}public Description createDescription(SimpleLiteral value)
Description}public Date createDate(SimpleLiteral value)
Date}public Contributor createContributor(SimpleLiteral value)
Contributor}public Format createFormat(SimpleLiteral value)
Format}public Type createType(SimpleLiteral value)
Type}public DCElement createDCElement(SimpleLiteral value)
DCElement}public Publisher createPublisher(SimpleLiteral value)
Publisher}public Subject createSubject(SimpleLiteral value)
Subject}public Title createTitle(SimpleLiteral value)
Title}public Language createLanguage(SimpleLiteral value)
Language}public Rights createRights(SimpleLiteral value)
Rights}Copyright © 2018 B3Partners B.V.. All rights reserved.