org.apache.jetspeed.om.portlet.jetspeed.jaxb
Class ObjectFactory
java.lang.Object
org.apache.jetspeed.om.portlet.jetspeed.jaxb.ObjectFactory
public class ObjectFactory
- extends java.lang.Object
This object contains factory methods for each Java content interface and Java element interface generated in the
org.apache.jetspeed.om.portlet.jetspeed.jaxb 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.
|
Constructor Summary |
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package:
org.apache.jetspeed.om.portlet.jetspeed.jaxb |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectFactory
public ObjectFactory()
- Create a new ObjectFactory that can be used to create new instances of schema derived classes for package:
org.apache.jetspeed.om.portlet.jetspeed.jaxb
createSubject
public Subject createSubject()
createMetadata
public Metadata createMetadata()
createCustomWindowState
public CustomWindowState createCustomWindowState()
createService
public Service createService()
createServices
public Services createServices()
createTitle
public Title createTitle()
createPortlet
public Portlet createPortlet()
createCustomPortletMode
public CustomPortletMode createCustomPortletMode()
createUserAttributeRef
public UserAttributeRef createUserAttributeRef()
createPortletApp
public PortletApp createPortletApp()
createContributor
public Contributor createContributor(java.lang.String value)
createDescription
public Description createDescription(java.lang.String value)
createCreator
public Creator createCreator(java.lang.String value)
createIdentifer
public Identifer createIdentifer(java.lang.String value)
createRight
public Right createRight(java.lang.String value)
createType
public Type createType(java.lang.String value)
createSource
public Source createSource(java.lang.String value)
createFormat
public Format createFormat(java.lang.String value)
createLanguage
public Language createLanguage(java.lang.String value)
createCoverage
public Coverage createCoverage(java.lang.String value)
createPublisher
public Publisher createPublisher(java.lang.String value)
createRelation
public Relation createRelation(java.lang.String value)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.