Package science.aist.ocel.model
Class ObjectFactory
- java.lang.Object
-
- science.aist.ocel.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.ocel.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.ocel.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
-
createAttributeContainerType
public AttributeContainerType createAttributeContainerType()
Create an instance ofAttributeContainerType
-
createGlobalsType
public GlobalsType createGlobalsType()
Create an instance ofGlobalsType
-
createAttributeType
public AttributeType createAttributeType()
Create an instance ofAttributeType
-
createElementType
public ElementType createElementType()
Create an instance ofElementType
-
createEventsType
public EventsType createEventsType()
Create an instance ofEventsType
-
createObjectsType
public ObjectsType createObjectsType()
Create an instance ofObjectsType
-
createObjectType
public ObjectType createObjectType()
Create an instance ofObjectType
-
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
>
-
-