public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.iru.rts.model.carnet_1
|
| Modifier and Type | Method and Description |
|---|---|
CarnetBaseType |
createCarnetBaseType()
Create an instance of
CarnetBaseType |
CarnetType |
createCarnetType()
Create an instance of
CarnetType |
CarnetType.TIROperationTerminations |
createCarnetTypeTIROperationTerminations()
Create an instance of
CarnetType.TIROperationTerminations |
StoppedCarnetType |
createStoppedCarnetType()
Create an instance of
StoppedCarnetType |
JAXBElement<String> |
createTIRCarnetNumber(String value)
|
JAXBElement<Short> |
createVoletPageNumber(Short value)
|
public ObjectFactory()
public CarnetBaseType createCarnetBaseType()
CarnetBaseTypepublic CarnetType createCarnetType()
CarnetTypepublic CarnetType.TIROperationTerminations createCarnetTypeTIROperationTerminations()
CarnetType.TIROperationTerminationspublic StoppedCarnetType createStoppedCarnetType()
StoppedCarnetTypepublic JAXBElement<String> createTIRCarnetNumber(String value)
public JAXBElement<Short> createVoletPageNumber(Short value)
Copyright © 2017. All rights reserved.