|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.eurotech.framework.core.configuration.metatype.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the com.eurotech.framework.core.configuration.metatype 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: com.eurotech.framework.core.configuration.metatype |
Method Summary | |
---|---|
JAXBElement<Tmetadata> |
createMetaData(Tmetadata value)
Create an instance of JAXBElement < Tmetadata > } |
Tad |
createTad()
Create an instance of Tad |
Tattribute |
createTattribute()
Create an instance of Tattribute |
Tdesignate |
createTdesignate()
Create an instance of Tdesignate |
Ticon |
createTicon()
Create an instance of Ticon |
Tmetadata |
createTmetadata()
Create an instance of Tmetadata |
Tobject |
createTobject()
Create an instance of Tobject |
Tocd |
createTocd()
Create an instance of Tocd |
Toption |
createToption()
Create an instance of Toption |
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 Ticon createTicon()
Ticon
public Tattribute createTattribute()
Tattribute
public Tmetadata createTmetadata()
Tmetadata
public Tdesignate createTdesignate()
Tdesignate
public Tad createTad()
Tad
public Tobject createTobject()
Tobject
public Tocd createTocd()
Tocd
public Toption createToption()
Toption
public JAXBElement<Tmetadata> createMetaData(Tmetadata value)
JAXBElement
<
Tmetadata
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |