Package gov.ojp.it.jxdm._3_0
Class ObjectFactory
- java.lang.Object
-
- gov.ojp.it.jxdm._3_0.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the gov.ojp.it.jxdm._3_0 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: gov.ojp.it.jxdm._3_0
-
Method Summary
-
-
-
Method Detail
-
createPersonNameType
public PersonNameType createPersonNameType()
Create an instance ofPersonNameType
-
createPersonPhysicalDetailsType
public PersonPhysicalDetailsType createPersonPhysicalDetailsType()
Create an instance ofPersonPhysicalDetailsType
-
createResidenceType
public ResidenceType createResidenceType()
Create an instance ofResidenceType
-
createVehicleRegistration
public VehicleRegistration createVehicleRegistration()
Create an instance ofVehicleRegistration
-
createPropertyRegistrationType
public PropertyRegistrationType createPropertyRegistrationType()
Create an instance ofPropertyRegistrationType
-
createVehicleType
public VehicleType createVehicleType()
Create an instance ofVehicleType
-
createReferenceType
public ReferenceType createReferenceType()
Create an instance ofReferenceType
-
createPersonNameTextType
public PersonNameTextType createPersonNameTextType()
Create an instance ofPersonNameTextType
-
createMeasureType
public MeasureType createMeasureType()
Create an instance ofMeasureType
-
createPersonHeightMeasureType
public PersonHeightMeasureType createPersonHeightMeasureType()
Create an instance ofPersonHeightMeasureType
-
createPersonWeightMeasureType
public PersonWeightMeasureType createPersonWeightMeasureType()
Create an instance ofPersonWeightMeasureType
-
createStreetType
public StreetType createStreetType()
Create an instance ofStreetType
-
createAddressType
public AddressType createAddressType()
Create an instance ofAddressType
-
createLocationType
public LocationType createLocationType()
Create an instance ofLocationType
-
createDrivingJurisdictionAuthorityIDType
public DrivingJurisdictionAuthorityIDType createDrivingJurisdictionAuthorityIDType()
Create an instance ofDrivingJurisdictionAuthorityIDType
-
createPropertyType
public PropertyType createPropertyType()
Create an instance ofPropertyType
-
createVehicleBasicsType
public VehicleBasicsType createVehicleBasicsType()
Create an instance ofVehicleBasicsType
-
-