Package science.aist.xes.model
Class ObjectFactory
- java.lang.Object
-
- science.aist.xes.model.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the science.aist.xes.model 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
Constructors Constructor Description ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: science.aist.xes.model
-
Method Summary
-
-
-
Method Detail
-
createAttributableType
public AttributableType createAttributableType()
Create an instance ofAttributableType
-
createAttributeStringType
public AttributeStringType createAttributeStringType()
Create an instance ofAttributeStringType
-
createAttributeDateType
public AttributeDateType createAttributeDateType()
Create an instance ofAttributeDateType
-
createAttributeIntType
public AttributeIntType createAttributeIntType()
Create an instance ofAttributeIntType
-
createAttributeFloatType
public AttributeFloatType createAttributeFloatType()
Create an instance ofAttributeFloatType
-
createAttributeBooleanType
public AttributeBooleanType createAttributeBooleanType()
Create an instance ofAttributeBooleanType
-
createAttributeIDType
public AttributeIDType createAttributeIDType()
Create an instance ofAttributeIDType
-
createAttributeListType
public AttributeListType createAttributeListType()
Create an instance ofAttributeListType
-
createExtensionType
public ExtensionType createExtensionType()
Create an instance ofExtensionType
-
createGlobalsType
public GlobalsType createGlobalsType()
Create an instance ofGlobalsType
-
createClassifierType
public ClassifierType createClassifierType()
Create an instance ofClassifierType
-
createAttributeType
public AttributeType createAttributeType()
Create an instance ofAttributeType
-
createLog
public javax.xml.bind.JAXBElement<LogType> createLog(LogType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
LogType
>
-
-