ObjectFactory.java
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019.08.22 at 12:18:25 PM UTC
//
package gov.ojp.it.jxdm._3_0;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the gov.ojp.it.jxdm._3_0 package.
* <p>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.
*
*/
@XmlRegistry
public class ObjectFactory {
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gov.ojp.it.jxdm._3_0
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link Person }
*
*/
public Person createPerson() {
return new Person();
}
/**
* Create an instance of {@link SuperType }
*
*/
public SuperType createSuperType() {
return new SuperType();
}
/**
* Create an instance of {@link PersonNameType }
*
*/
public PersonNameType createPersonNameType() {
return new PersonNameType();
}
/**
* Create an instance of {@link PersonPhysicalDetailsType }
*
*/
public PersonPhysicalDetailsType createPersonPhysicalDetailsType() {
return new PersonPhysicalDetailsType();
}
/**
* Create an instance of {@link ResidenceType }
*
*/
public ResidenceType createResidenceType() {
return new ResidenceType();
}
/**
* Create an instance of {@link VehicleRegistration }
*
*/
public VehicleRegistration createVehicleRegistration() {
return new VehicleRegistration();
}
/**
* Create an instance of {@link PropertyRegistrationType }
*
*/
public PropertyRegistrationType createPropertyRegistrationType() {
return new PropertyRegistrationType();
}
/**
* Create an instance of {@link IDType }
*
*/
public IDType createIDType() {
return new IDType();
}
/**
* Create an instance of {@link DecalType }
*
*/
public DecalType createDecalType() {
return new DecalType();
}
/**
* Create an instance of {@link VehicleType }
*
*/
public VehicleType createVehicleType() {
return new VehicleType();
}
/**
* Create an instance of {@link TextType }
*
*/
public TextType createTextType() {
return new TextType();
}
/**
* Create an instance of {@link ReferenceType }
*
*/
public ReferenceType createReferenceType() {
return new ReferenceType();
}
/**
* Create an instance of {@link PersonNameTextType }
*
*/
public PersonNameTextType createPersonNameTextType() {
return new PersonNameTextType();
}
/**
* Create an instance of {@link MeasureType }
*
*/
public MeasureType createMeasureType() {
return new MeasureType();
}
/**
* Create an instance of {@link PersonHeightMeasureType }
*
*/
public PersonHeightMeasureType createPersonHeightMeasureType() {
return new PersonHeightMeasureType();
}
/**
* Create an instance of {@link PersonWeightMeasureType }
*
*/
public PersonWeightMeasureType createPersonWeightMeasureType() {
return new PersonWeightMeasureType();
}
/**
* Create an instance of {@link StreetType }
*
*/
public StreetType createStreetType() {
return new StreetType();
}
/**
* Create an instance of {@link AddressType }
*
*/
public AddressType createAddressType() {
return new AddressType();
}
/**
* Create an instance of {@link LocationType }
*
*/
public LocationType createLocationType() {
return new LocationType();
}
/**
* Create an instance of {@link ImageType }
*
*/
public ImageType createImageType() {
return new ImageType();
}
/**
* Create an instance of {@link DrivingJurisdictionAuthorityIDType }
*
*/
public DrivingJurisdictionAuthorityIDType createDrivingJurisdictionAuthorityIDType() {
return new DrivingJurisdictionAuthorityIDType();
}
/**
* Create an instance of {@link PropertyType }
*
*/
public PropertyType createPropertyType() {
return new PropertyType();
}
/**
* Create an instance of {@link VehicleBasicsType }
*
*/
public VehicleBasicsType createVehicleBasicsType() {
return new VehicleBasicsType();
}
}