Class ObjectFactory
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sscn.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the de.hybris.platform.oneorderfacades.oneorder.sscn 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.hybris.platform.oneorderfacades.oneorder.sscn -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAggregatorTypeCreate an instance ofCarrierTypeCreate an instance ofContactInfoTypeCreate an instance ofCorporationTypeCreate an instance ofDateTimeTypeCreate an instance ofDeliveryProviderTypeCreate an instance ofEmailAddressTypeCreate an instance ofEnabledSystemTypeCreate an instance ofIATAPayloadStandardAttributesTypeCreate an instance ofIATAServiceStatusChangeNotifRQCreate an instance ofIndividualTypeCreate an instance ofOrderItemTypeCreate an instance ofOrderTypeCreate an instance ofOtherAddressTypeCreate an instance ofParticipantTypeCreate an instance ofPartyTypeCreate an instance ofPhoneTypeCreate an instance ofPostalAddressTypeCreate an instance ofRecipientTypeCreate an instance ofRequestTypeCreate an instance ofRetailPartnerTypeCreate an instance ofSenderTypeCreate an instance ofServiceTypeCreate an instance ofTravelAgencyTypeCreate an instance ofTravelAgentType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.hybris.platform.oneorderfacades.oneorder.sscn
-
-
Method Details
-
createIATAServiceStatusChangeNotifRQ
Create an instance ofIATAServiceStatusChangeNotifRQ -
createPartyType
Create an instance ofPartyType -
createIATAPayloadStandardAttributesType
Create an instance ofIATAPayloadStandardAttributesType -
createRequestType
Create an instance ofRequestType -
createContactInfoType
Create an instance ofContactInfoType -
createDeliveryProviderType
Create an instance ofDeliveryProviderType -
createCorporationType
Create an instance ofCorporationType -
createTravelAgentType
Create an instance ofTravelAgentType -
createOrderType
Create an instance ofOrderType -
createCarrierType
Create an instance ofCarrierType -
createOtherAddressType
Create an instance ofOtherAddressType -
createServiceType
Create an instance ofServiceType -
createParticipantType
Create an instance ofParticipantType -
createAggregatorType
Create an instance ofAggregatorType -
createEnabledSystemType
Create an instance ofEnabledSystemType -
createRetailPartnerType
Create an instance ofRetailPartnerType -
createIndividualType
Create an instance ofIndividualType -
createOrderItemType
Create an instance ofOrderItemType -
createSenderType
Create an instance ofSenderType -
createRecipientType
Create an instance ofRecipientType -
createPostalAddressType
Create an instance ofPostalAddressType -
createDateTimeType
Create an instance ofDateTimeType -
createPhoneType
Create an instance ofPhoneType -
createEmailAddressType
Create an instance ofEmailAddressType -
createTravelAgencyType
Create an instance ofTravelAgencyType
-