|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.csutils.core.model.vo.ObjectFactory
public class ObjectFactory
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 |
---|
public ObjectFactory()
Method Detail |
---|
public ROMetaModel.RoTypes createROMetaModelRoTypes()
ROMetaModel.RoTypes
public ROClassification createROClassification()
ROClassification
public ROSlot createROSlot()
ROSlot
public ROAttribute createROAttribute()
ROAttribute
public ROType.Attributes createROTypeAttributes()
ROType.Attributes
public ROFile createROFile()
ROFile
public RORelation createRORelation()
RORelation
public RORelation.TargetTypes createRORelationTargetTypes()
RORelation.TargetTypes
public ROMetaModel createROMetaModel()
ROMetaModel
public ROType createROType()
ROType
public ROTypeReference createROTypeReference()
ROTypeReference
public javax.xml.bind.JAXBElement<ROMetaModel> createRoMetaModel(ROMetaModel value)
JAXBElement
<
ROMetaModel
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |