net.sf.csutils.core.model.vo
Class ObjectFactory

java.lang.Object
  extended by net.sf.csutils.core.model.vo.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 net.sf.csutils.core.model.vo 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: net.sf.csutils.core.model.vo
 
Method Summary
 ROAttribute createROAttribute()
          Create an instance of ROAttribute
 ROClassification createROClassification()
          Create an instance of ROClassification
 ROFile createROFile()
          Create an instance of ROFile
 ROMetaModel createROMetaModel()
          Create an instance of ROMetaModel
 javax.xml.bind.JAXBElement<ROMetaModel> createRoMetaModel(ROMetaModel value)
          Create an instance of JAXBElement<ROMetaModel>}
 ROMetaModel.RoTypes createROMetaModelRoTypes()
          Create an instance of ROMetaModel.RoTypes
 RORelation createRORelation()
          Create an instance of RORelation
 RORelation.TargetTypes createRORelationTargetTypes()
          Create an instance of RORelation.TargetTypes
 ROSlot createROSlot()
          Create an instance of ROSlot
 ROType createROType()
          Create an instance of ROType
 ROType.Attributes createROTypeAttributes()
          Create an instance of ROType.Attributes
 ROTypeReference createROTypeReference()
          Create an instance of ROTypeReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.sf.csutils.core.model.vo

Method Detail

createROMetaModelRoTypes

public ROMetaModel.RoTypes createROMetaModelRoTypes()
Create an instance of ROMetaModel.RoTypes


createROClassification

public ROClassification createROClassification()
Create an instance of ROClassification


createROSlot

public ROSlot createROSlot()
Create an instance of ROSlot


createROAttribute

public ROAttribute createROAttribute()
Create an instance of ROAttribute


createROTypeAttributes

public ROType.Attributes createROTypeAttributes()
Create an instance of ROType.Attributes


createROFile

public ROFile createROFile()
Create an instance of ROFile


createRORelation

public RORelation createRORelation()
Create an instance of RORelation


createRORelationTargetTypes

public RORelation.TargetTypes createRORelationTargetTypes()
Create an instance of RORelation.TargetTypes


createROMetaModel

public ROMetaModel createROMetaModel()
Create an instance of ROMetaModel


createROType

public ROType createROType()
Create an instance of ROType


createROTypeReference

public ROTypeReference createROTypeReference()
Create an instance of ROTypeReference


createRoMetaModel

public javax.xml.bind.JAXBElement<ROMetaModel> createRoMetaModel(ROMetaModel value)
Create an instance of JAXBElement<ROMetaModel>}



Copyright © 2009-2010. All Rights Reserved.