Java class for anonymous complex type. - * - *
The following schema fragment specifies the expected content contained within this class. - * - *
- * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <all> - * <element name="variant" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="partition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </all> - * </restriction> - * </complexContent> - * </complexType> - *- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - -}) -@XmlRootElement(name = "Headers") -public class Headers { - - protected String variant; - protected String partition; - - /** - * Gets the value of the variant property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVariant() { - return variant; - } - - /** - * Sets the value of the variant property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVariant(String value) { - this.variant = value; - } - - /** - * Gets the value of the partition property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPartition() { - return partition; - } - - /** - * Sets the value of the partition property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPartition(String value) { - this.partition = value; - } - -} diff --git a/requisition-parent/requisition-ariba-p2p-client/src/main/java/ariba/buyer/vrealm_3/MoneyReference.java b/requisition-parent/requisition-ariba-p2p-client/src/main/java/ariba/buyer/vrealm_3/MoneyReference.java deleted file mode 100644 index 6aa8e6f..0000000 --- a/requisition-parent/requisition-ariba-p2p-client/src/main/java/ariba/buyer/vrealm_3/MoneyReference.java +++ /dev/null @@ -1,249 +0,0 @@ - -package ariba.buyer.vrealm_3; - -import java.math.BigDecimal; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * Name null, type ariba.basic.core.Money, variant vrealm_3. - * - *
Java class for Money_Reference complex type. - * - *
The following schema fragment specifies the expected content contained within this class. - * - *
- * <complexType name="Money_Reference"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <all> - * <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> - * <element name="AmountInReportingCurrency" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> - * <element name="ApproxAmountInBaseCurrency" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> - * <element name="ConversionDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> - * <element name="Currency" minOccurs="0"> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <all> - * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </all> - * </restriction> - * </complexContent> - * </complexType> - * </element> - * </all> - * </restriction> - * </complexContent> - * </complexType> - *- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Money_Reference", propOrder = { - -}) -@XmlSeeAlso({ - ariba.buyer.vrealm_3.RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomMoney.class, - ariba.buyer.vrealm_3.RequisitionRequisitionImportPull.Custom.CustomMoney.class, - ariba.buyer.vrealm_3.RequisitionRequisitionIdExport.Custom.CustomMoney.class -}) -public class MoneyReference { - - @XmlElementRef(name = "Amount", namespace = "urn:Ariba:Buyer:vrealm_3", type = JAXBElement.class, required = false) - protected JAXBElement
Java class for anonymous complex type. - * - *
The following schema fragment specifies the expected content contained within this class. - * - *
- * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <all> - * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </all> - * </restriction> - * </complexContent> - * </complexType> - *- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - - }) - public static class Currency { - - @XmlElementRef(name = "UniqueName", namespace = "urn:Ariba:Buyer:vrealm_3", type = JAXBElement.class, required = false) - protected JAXBElement
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 {
-
- private final static QName _RequisitionRequisitionImportPullLineItemsItemDescriptionUnitOfMeasureUniqueName_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "UniqueName");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemDescriptionPriceAmount_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "Amount");
- private final static QName _RequisitionRequisitionImportPullOperation_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "Operation");
- private final static QName _RequisitionRequisitionImportPullImportedHeaderExternalCommentStaging_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "ImportedHeaderExternalCommentStaging");
- private final static QName _RequisitionRequisitionImportPullOriginatingSystemReferenceID_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "OriginatingSystemReferenceID");
- private final static QName _RequisitionRequisitionImportPullOriginatingSystem_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "OriginatingSystem");
- private final static QName _RequisitionRequisitionImportPullImportedHeaderCommentStaging_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "ImportedHeaderCommentStaging");
- private final static QName _RequisitionRequisitionImportPullHoldTillDate_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "HoldTillDate");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemBuyerPartNumber_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "BuyerPartNumber");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemFacility_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "Facility");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemImportedLineExternalCommentStaging_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "ImportedLineExternalCommentStaging");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemQuantity_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "Quantity");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemNumberInCollection_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "NumberInCollection");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemImportedAccountTypeStaging_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "ImportedAccountTypeStaging");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemOriginatingSystemLineNumber_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "OriginatingSystemLineNumber");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemImportedLineCommentStaging_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "ImportedLineCommentStaging");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemImportedNeedByStaging_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "ImportedNeedByStaging");
- private final static QName _RequisitionRequisitionIdExportStatusString_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "StatusString");
- private final static QName _MoneyReferenceAmountInReportingCurrency_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "AmountInReportingCurrency");
- private final static QName _MoneyReferenceConversionDate_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "ConversionDate");
- private final static QName _MoneyReferenceApproxAmountInBaseCurrency_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "ApproxAmountInBaseCurrency");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemImportedAccountingsStagingSplitAccountingsItemPercentage_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "Percentage");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemSupplierLocationContactID_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "ContactID");
- private final static QName _RequisitionRequisitionImportPullDefaultLineItemNeedBy_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "NeedBy");
- private final static QName _RequisitionRequisitionImportPullDefaultLineItemDeliverTo_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "DeliverTo");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemDescriptionPriceBasisQuantity_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "PriceBasisQuantity");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemDescriptionDescription_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "Description");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemDescriptionConversionFactor_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "ConversionFactor");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemDescriptionManPartNumber_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "ManPartNumber");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemDescriptionSupplierPartAuxiliaryID_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "SupplierPartAuxiliaryID");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemDescriptionPriceBasisQuantityDesc_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "PriceBasisQuantityDesc");
- private final static QName _RequisitionRequisitionImportPullLineItemsItemDescriptionSupplierPartNumber_QNAME = new QName("urn:Ariba:Buyer:vrealm_3", "SupplierPartNumber");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ariba.buyer.vrealm_3
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link RequisitionImportPullRequest }
- *
- */
- public RequisitionImportPullRequest createRequisitionImportPullRequest() {
- return new RequisitionImportPullRequest();
- }
-
- /**
- * Create an instance of {@link RequisitionImportPullReply }
- *
- */
- public RequisitionImportPullReply createRequisitionImportPullReply() {
- return new RequisitionImportPullReply();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionIdExport }
- *
- */
- public RequisitionRequisitionIdExport createRequisitionRequisitionIdExport() {
- return new RequisitionRequisitionIdExport();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionIdExport.Custom }
- *
- */
- public RequisitionRequisitionIdExport.Custom createRequisitionRequisitionIdExportCustom() {
- return new RequisitionRequisitionIdExport.Custom();
- }
-
- /**
- * Create an instance of {@link MoneyReference }
- *
- */
- public MoneyReference createMoneyReference() {
- return new MoneyReference();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull }
- *
- */
- public RequisitionRequisitionImportPull createRequisitionRequisitionImportPull() {
- return new RequisitionRequisitionImportPull();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.Custom }
- *
- */
- public RequisitionRequisitionImportPull.Custom createRequisitionRequisitionImportPullCustom() {
- return new RequisitionRequisitionImportPull.Custom();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems }
- *
- */
- public RequisitionRequisitionImportPull.LineItems createRequisitionRequisitionImportPullLineItems() {
- return new RequisitionRequisitionImportPull.LineItems();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item createRequisitionRequisitionImportPullLineItemsItem() {
- return new RequisitionRequisitionImportPull.LineItems.Item();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.Custom }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.Custom createRequisitionRequisitionImportPullLineItemsItemCustom() {
- return new RequisitionRequisitionImportPull.LineItems.Item.Custom();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.SupplierLocation }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.SupplierLocation createRequisitionRequisitionImportPullLineItemsItemSupplierLocation() {
- return new RequisitionRequisitionImportPull.LineItems.Item.SupplierLocation();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.Description }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.Description createRequisitionRequisitionImportPullLineItemsItemDescription() {
- return new RequisitionRequisitionImportPull.LineItems.Item.Description();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.Description.Price }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.Description.Price createRequisitionRequisitionImportPullLineItemsItemDescriptionPrice() {
- return new RequisitionRequisitionImportPull.LineItems.Item.Description.Price();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.DefaultLineItem }
- *
- */
- public RequisitionRequisitionImportPull.DefaultLineItem createRequisitionRequisitionImportPullDefaultLineItem() {
- return new RequisitionRequisitionImportPull.DefaultLineItem();
- }
-
- /**
- * Create an instance of {@link Headers }
- *
- */
- public Headers createHeaders() {
- return new Headers();
- }
-
- /**
- * Create an instance of {@link RequisitionImportPullRequest.RequisitionRequisitionImportPullItem }
- *
- */
- public RequisitionImportPullRequest.RequisitionRequisitionImportPullItem createRequisitionImportPullRequestRequisitionRequisitionImportPullItem() {
- return new RequisitionImportPullRequest.RequisitionRequisitionImportPullItem();
- }
-
- /**
- * Create an instance of {@link RequisitionImportPullReply.RequisitionRequisitionIdExportItem }
- *
- */
- public RequisitionImportPullReply.RequisitionRequisitionIdExportItem createRequisitionImportPullReplyRequisitionRequisitionIdExportItem() {
- return new RequisitionImportPullReply.RequisitionRequisitionIdExportItem();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionIdExport.Custom.CustomBoolean }
- *
- */
- public RequisitionRequisitionIdExport.Custom.CustomBoolean createRequisitionRequisitionIdExportCustomCustomBoolean() {
- return new RequisitionRequisitionIdExport.Custom.CustomBoolean();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionIdExport.Custom.CustomDate }
- *
- */
- public RequisitionRequisitionIdExport.Custom.CustomDate createRequisitionRequisitionIdExportCustomCustomDate() {
- return new RequisitionRequisitionIdExport.Custom.CustomDate();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionIdExport.Custom.CustomInteger }
- *
- */
- public RequisitionRequisitionIdExport.Custom.CustomInteger createRequisitionRequisitionIdExportCustomCustomInteger() {
- return new RequisitionRequisitionIdExport.Custom.CustomInteger();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionIdExport.Custom.CustomMoney }
- *
- */
- public RequisitionRequisitionIdExport.Custom.CustomMoney createRequisitionRequisitionIdExportCustomCustomMoney() {
- return new RequisitionRequisitionIdExport.Custom.CustomMoney();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionIdExport.Custom.CustomString }
- *
- */
- public RequisitionRequisitionIdExport.Custom.CustomString createRequisitionRequisitionIdExportCustomCustomString() {
- return new RequisitionRequisitionIdExport.Custom.CustomString();
- }
-
- /**
- * Create an instance of {@link MoneyReference.Currency }
- *
- */
- public MoneyReference.Currency createMoneyReferenceCurrency() {
- return new MoneyReference.Currency();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.BusinessUnit }
- *
- */
- public RequisitionRequisitionImportPull.BusinessUnit createRequisitionRequisitionImportPullBusinessUnit() {
- return new RequisitionRequisitionImportPull.BusinessUnit();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.Preparer }
- *
- */
- public RequisitionRequisitionImportPull.Preparer createRequisitionRequisitionImportPullPreparer() {
- return new RequisitionRequisitionImportPull.Preparer();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.Requester }
- *
- */
- public RequisitionRequisitionImportPull.Requester createRequisitionRequisitionImportPullRequester() {
- return new RequisitionRequisitionImportPull.Requester();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.Custom.CustomBoolean }
- *
- */
- public RequisitionRequisitionImportPull.Custom.CustomBoolean createRequisitionRequisitionImportPullCustomCustomBoolean() {
- return new RequisitionRequisitionImportPull.Custom.CustomBoolean();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.Custom.CustomDate }
- *
- */
- public RequisitionRequisitionImportPull.Custom.CustomDate createRequisitionRequisitionImportPullCustomCustomDate() {
- return new RequisitionRequisitionImportPull.Custom.CustomDate();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.Custom.CustomInteger }
- *
- */
- public RequisitionRequisitionImportPull.Custom.CustomInteger createRequisitionRequisitionImportPullCustomCustomInteger() {
- return new RequisitionRequisitionImportPull.Custom.CustomInteger();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.Custom.CustomMoney }
- *
- */
- public RequisitionRequisitionImportPull.Custom.CustomMoney createRequisitionRequisitionImportPullCustomCustomMoney() {
- return new RequisitionRequisitionImportPull.Custom.CustomMoney();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.Custom.CustomString }
- *
- */
- public RequisitionRequisitionImportPull.Custom.CustomString createRequisitionRequisitionImportPullCustomCustomString() {
- return new RequisitionRequisitionImportPull.Custom.CustomString();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.BillingAddress }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.BillingAddress createRequisitionRequisitionImportPullLineItemsItemBillingAddress() {
- return new RequisitionRequisitionImportPull.LineItems.Item.BillingAddress();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.CommodityCode }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.CommodityCode createRequisitionRequisitionImportPullLineItemsItemCommodityCode() {
- return new RequisitionRequisitionImportPull.LineItems.Item.CommodityCode();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.ShipTo }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.ShipTo createRequisitionRequisitionImportPullLineItemsItemShipTo() {
- return new RequisitionRequisitionImportPull.LineItems.Item.ShipTo();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.Supplier }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.Supplier createRequisitionRequisitionImportPullLineItemsItemSupplier() {
- return new RequisitionRequisitionImportPull.LineItems.Item.Supplier();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomBoolean }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomBoolean createRequisitionRequisitionImportPullLineItemsItemCustomCustomBoolean() {
- return new RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomBoolean();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomDate }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomDate createRequisitionRequisitionImportPullLineItemsItemCustomCustomDate() {
- return new RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomDate();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomInteger }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomInteger createRequisitionRequisitionImportPullLineItemsItemCustomCustomInteger() {
- return new RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomInteger();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomMoney }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomMoney createRequisitionRequisitionImportPullLineItemsItemCustomCustomMoney() {
- return new RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomMoney();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomString }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomString createRequisitionRequisitionImportPullLineItemsItemCustomCustomString() {
- return new RequisitionRequisitionImportPull.LineItems.Item.Custom.CustomString();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.SupplierLocation.SetId }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.SupplierLocation.SetId createRequisitionRequisitionImportPullLineItemsItemSupplierLocationSetId() {
- return new RequisitionRequisitionImportPull.LineItems.Item.SupplierLocation.SetId();
- }
-
-
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Account }
- *
- */
-// public RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Account createRequisitionRequisitionImportPullLineItemsItemImportedAccountingsStagingSplitAccountingsItemAccount() {
-// return new RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Account();
-// }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Department }
- *
- */
-// public RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Department createRequisitionRequisitionImportPullLineItemsItemImportedAccountingsStagingSplitAccountingsItemDepartment() {
-// return new RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Department();
-// }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.GLBusinessUnit }
- *
- */
-// public RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.GLBusinessUnit createRequisitionRequisitionImportPullLineItemsItemImportedAccountingsStagingSplitAccountingsItemGLBusinessUnit() {
-// return new RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.GLBusinessUnit();
-// }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Location }
- *
- */
-// public RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Location createRequisitionRequisitionImportPullLineItemsItemImportedAccountingsStagingSplitAccountingsItemLocation() {
-// return new RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Location();
-// }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.ProcurementUnit }
- *
- */
-// public RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.ProcurementUnit createRequisitionRequisitionImportPullLineItemsItemImportedAccountingsStagingSplitAccountingsItemProcurementUnit() {
-// return new RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.ProcurementUnit();
-// }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Product }
- *
- */
-// public RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Product createRequisitionRequisitionImportPullLineItemsItemImportedAccountingsStagingSplitAccountingsItemProduct() {
-// return new RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Product();
-// }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.StatisticsCode }
- *
- */
-// public RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.StatisticsCode createRequisitionRequisitionImportPullLineItemsItemImportedAccountingsStagingSplitAccountingsItemStatisticsCode() {
-// return new RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.StatisticsCode();
-// }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Custom.CustomBoolean }
- *
- */
-// public RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Custom.CustomBoolean createRequisitionRequisitionImportPullLineItemsItemImportedAccountingsStagingSplitAccountingsItemCustomCustomBoolean() {
-// return new RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Custom.CustomBoolean();
-// }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Custom.CustomDate }
- *
- */
-// public RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Custom.CustomDate createRequisitionRequisitionImportPullLineItemsItemImportedAccountingsStagingSplitAccountingsItemCustomCustomDate() {
-// return new RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Custom.CustomDate();
-// }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Custom.CustomInteger }
- *
- */
-// public RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Custom.CustomInteger createRequisitionRequisitionImportPullLineItemsItemImportedAccountingsStagingSplitAccountingsItemCustomCustomInteger() {
-// return new RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Custom.CustomInteger();
-// }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Custom.CustomMoney }
- *
- */
-// public RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Custom.CustomMoney createRequisitionRequisitionImportPullLineItemsItemImportedAccountingsStagingSplitAccountingsItemCustomCustomMoney() {
-// return new RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Custom.CustomMoney();
-// }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Custom.CustomString }
- *
- */
-// public RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Custom.CustomString createRequisitionRequisitionImportPullLineItemsItemImportedAccountingsStagingSplitAccountingsItemCustomCustomString() {
-// return new RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Custom.CustomString();
-// }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Amount.Currency }
- *
- */
-// public RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Amount.Currency createRequisitionRequisitionImportPullLineItemsItemImportedAccountingsStagingSplitAccountingsItemAmountCurrency() {
-// return new RequisitionRequisitionImportPull.LineItems.Item.ImportedAccountingsStaging.SplitAccountings.Item.Amount.Currency();
-// }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.Description.CommonCommodityCode }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.Description.CommonCommodityCode createRequisitionRequisitionImportPullLineItemsItemDescriptionCommonCommodityCode() {
- return new RequisitionRequisitionImportPull.LineItems.Item.Description.CommonCommodityCode();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.Description.UnitOfMeasure }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.Description.UnitOfMeasure createRequisitionRequisitionImportPullLineItemsItemDescriptionUnitOfMeasure() {
- return new RequisitionRequisitionImportPull.LineItems.Item.Description.UnitOfMeasure();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.Description.PriceBasisQuantityUOM }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.Description.PriceBasisQuantityUOM createRequisitionRequisitionImportPullLineItemsItemDescriptionPriceBasisQuantityUOM() {
- return new RequisitionRequisitionImportPull.LineItems.Item.Description.PriceBasisQuantityUOM();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.LineItems.Item.Description.Price.Currency }
- *
- */
- public RequisitionRequisitionImportPull.LineItems.Item.Description.Price.Currency createRequisitionRequisitionImportPullLineItemsItemDescriptionPriceCurrency() {
- return new RequisitionRequisitionImportPull.LineItems.Item.Description.Price.Currency();
- }
-
- /**
- * Create an instance of {@link RequisitionRequisitionImportPull.DefaultLineItem.ShipTo }
- *
- */
- public RequisitionRequisitionImportPull.DefaultLineItem.ShipTo createRequisitionRequisitionImportPullDefaultLineItemShipTo() {
- return new RequisitionRequisitionImportPull.DefaultLineItem.ShipTo();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "urn:Ariba:Buyer:vrealm_3", name = "UniqueName", scope = RequisitionRequisitionImportPull.LineItems.Item.Description.UnitOfMeasure.class)
- public JAXBElement Java class for anonymous complex type.
- *
- * The following schema fragment specifies the expected content contained within this class.
- *
- * Java class for anonymous complex type.
- *
- * The following schema fragment specifies the expected content contained within this class.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link RequisitionRequisitionIdExport }
- *
- *
- */
- public List Java class for anonymous complex type.
- *
- * The following schema fragment specifies the expected content contained within this class.
- *
- * Java class for anonymous complex type.
- *
- * The following schema fragment specifies the expected content contained within this class.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link RequisitionRequisitionImportPull }
- *
- *
- */
- public List Java class for Requisition_RequisitionIdExport complex type.
- *
- * The following schema fragment specifies the expected content contained within this class.
- *
- * Java class for anonymous complex type.
- *
- * The following schema fragment specifies the expected content contained within this class.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link RequisitionRequisitionIdExport.Custom.CustomBoolean }
- *
- *
- */
- public List
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link RequisitionRequisitionIdExport.Custom.CustomDate }
- *
- *
- */
- public List
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link RequisitionRequisitionIdExport.Custom.CustomInteger }
- *
- *
- */
- public List
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link RequisitionRequisitionIdExport.Custom.CustomMoney }
- *
- *
- */
- public List
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a
- * For example, to add a new item, do as follows:
- *
- * Objects of the following type(s) are allowed in the list
- * {@link RequisitionRequisitionIdExport.Custom.CustomString }
- *
- *
- */
- public List Java class for anonymous complex type.
- *
- * The following schema fragment specifies the expected content contained within this class.
- *
- * Java class for anonymous complex type.
- *
- * The following schema fragment specifies the expected content contained within this class.
- *
- * Java class for anonymous complex type.
- *
- * The following schema fragment specifies the expected content contained within this class.
- *
- * Java class for anonymous complex type.
- *
- * The following schema fragment specifies the expected content contained within this class.
- *
- * Java class for anonymous complex type.
- *
- * The following schema fragment specifies the expected content contained within this class.
- *
- * Java class for Requisition_RequisitionImportPull complex type.
- *
- * The following schema fragment specifies the expected content contained within this class.
- *
- * features
parameter will have their default values.
- * @return
- * returns RequisitionImportPullPortType
- */
- @WebEndpoint(name = "RequisitionImportPullPortType")
- public RequisitionImportPullPortType getRequisitionImportPullPortType(WebServiceFeature... features) {
- return super.getPort(RequisitionImportPullPortType, RequisitionImportPullPortType.class, features);
- }
-
-}
diff --git a/requisition-parent/requisition-ariba-p2p-client/src/main/java/ariba/buyer/vrealm_3/RequisitionImportPullPortType.java b/requisition-parent/requisition-ariba-p2p-client/src/main/java/ariba/buyer/vrealm_3/RequisitionImportPullPortType.java
deleted file mode 100644
index d7ce78e..0000000
--- a/requisition-parent/requisition-ariba-p2p-client/src/main/java/ariba/buyer/vrealm_3/RequisitionImportPullPortType.java
+++ /dev/null
@@ -1,29 +0,0 @@
-package ariba.buyer.vrealm_3;
-
-import javax.jws.WebMethod;
-import javax.jws.WebParam;
-import javax.jws.WebResult;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-import javax.xml.bind.annotation.XmlSeeAlso;
-
-import org.apache.cxf.annotations.Logging;
-
-/**
- * This class was generated by Apache CXF 2.7.17
- * 2015-10-12T17:21:14.757+03:00
- * Generated source version: 2.7.17
- *
- */
-@WebService(targetNamespace = "urn:Ariba:Buyer:vrealm_3", name = "RequisitionImportPullPortType")
-@XmlSeeAlso({ObjectFactory.class})
-@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
-public interface RequisitionImportPullPortType {
-
- @WebResult(name = "RequisitionImportPullReply", targetNamespace = "urn:Ariba:Buyer:vrealm_3", partName = "body")
- @WebMethod(operationName = "RequisitionImportPullOperation", action = "/Process Definition")
- public RequisitionImportPullReply requisitionImportPullOperation(
- @WebParam(partName = "body", name = "RequisitionImportPullRequest", targetNamespace = "urn:Ariba:Buyer:vrealm_3")
- RequisitionImportPullRequest body
- );
-}
diff --git a/requisition-parent/requisition-ariba-p2p-client/src/main/java/ariba/buyer/vrealm_3/RequisitionImportPullPortTypeImpl.java b/requisition-parent/requisition-ariba-p2p-client/src/main/java/ariba/buyer/vrealm_3/RequisitionImportPullPortTypeImpl.java
deleted file mode 100644
index 9ef83a9..0000000
--- a/requisition-parent/requisition-ariba-p2p-client/src/main/java/ariba/buyer/vrealm_3/RequisitionImportPullPortTypeImpl.java
+++ /dev/null
@@ -1,50 +0,0 @@
-
-/**
- * Please modify this class to meet your needs
- * This class is not complete
- */
-
-package ariba.buyer.vrealm_3;
-
-import java.util.logging.Logger;
-import javax.jws.WebMethod;
-import javax.jws.WebParam;
-import javax.jws.WebResult;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-import javax.xml.bind.annotation.XmlSeeAlso;
-
-/**
- * This class was generated by Apache CXF 2.7.17
- * 2015-10-12T17:21:14.734+03:00
- * Generated source version: 2.7.17
- *
- */
-
-@javax.jws.WebService(
- serviceName = "RequisitionImportPull",
- portName = "RequisitionImportPullPortType",
- targetNamespace = "urn:Ariba:Buyer:vrealm_3",
- wsdlLocation = "RequisitionImportPull.wsdl",
- endpointInterface = "ariba.buyer.vrealm_3.RequisitionImportPullPortType")
-
-public class RequisitionImportPullPortTypeImpl implements RequisitionImportPullPortType {
-
- private static final Logger LOG = Logger.getLogger(RequisitionImportPullPortTypeImpl.class.getName());
-
- /* (non-Javadoc)
- * @see ariba.buyer.vrealm_3.RequisitionImportPullPortType#requisitionImportPullOperation(ariba.buyer.vrealm_3.RequisitionImportPullRequest body )*
- */
- public ariba.buyer.vrealm_3.RequisitionImportPullReply requisitionImportPullOperation(RequisitionImportPullRequest body) {
- LOG.info("Executing operation requisitionImportPullOperation");
- System.out.println(body);
- try {
- ariba.buyer.vrealm_3.RequisitionImportPullReply _return = null;
- return _return;
- } catch (java.lang.Exception ex) {
- ex.printStackTrace();
- throw new RuntimeException(ex);
- }
- }
-
-}
diff --git a/requisition-parent/requisition-ariba-p2p-client/src/main/java/ariba/buyer/vrealm_3/RequisitionImportPullPortType_RequisitionImportPullPortType_Client.java b/requisition-parent/requisition-ariba-p2p-client/src/main/java/ariba/buyer/vrealm_3/RequisitionImportPullPortType_RequisitionImportPullPortType_Client.java
deleted file mode 100644
index ab6218a..0000000
--- a/requisition-parent/requisition-ariba-p2p-client/src/main/java/ariba/buyer/vrealm_3/RequisitionImportPullPortType_RequisitionImportPullPortType_Client.java
+++ /dev/null
@@ -1,262 +0,0 @@
-
-package ariba.buyer.vrealm_3;
-
-import java.io.File;
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.net.MalformedURLException;
-import java.net.URL;
-import java.util.Arrays;
-import java.util.Date;
-import java.util.GregorianCalendar;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-
-import javax.xml.bind.JAXBElement;
-import javax.xml.datatype.DatatypeConfigurationException;
-import javax.xml.datatype.DatatypeFactory;
-import javax.xml.datatype.XMLGregorianCalendar;
-import javax.xml.namespace.QName;
-
-import org.apache.cxf.annotations.Logging;
-import org.apache.cxf.endpoint.Client;
-import org.apache.cxf.frontend.ClientProxy;
-import org.apache.cxf.interceptor.LoggingInInterceptor;
-import org.apache.cxf.interceptor.LoggingOutInterceptor;
-import org.apache.cxf.message.Message;
-
-import ariba.buyer.vrealm_3.RequisitionRequisitionImportPull.DefaultLineItem;
-import ariba.buyer.vrealm_3.RequisitionRequisitionImportPull.Preparer;
-import ariba.buyer.vrealm_3.RequisitionRequisitionImportPull.Requester;
-
-/**
- * This class was generated by Apache CXF 2.7.17
- * 2015-10-12T17:21:14.701+03:00
- * Generated source version: 2.7.17
- *
- */
-@Logging(limit=16000, inLocation="
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="Requisition_RequisitionIdExport_Item" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="item" type="{urn:Ariba:Buyer:vrealm_3}Requisition_RequisitionIdExport" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </all>
- * <attribute name="partition" type="{http://www.w3.org/2001/XMLSchema}string" />
- * <attribute name="variant" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-
-})
-@XmlRootElement(name = "RequisitionImportPullReply")
-public class RequisitionImportPullReply {
-
- @XmlElement(name = "Requisition_RequisitionIdExport_Item")
- protected RequisitionImportPullReply.RequisitionRequisitionIdExportItem requisitionRequisitionIdExportItem;
- @XmlAttribute(name = "partition")
- protected String partition;
- @XmlAttribute(name = "variant")
- protected String variant;
-
- /**
- * Gets the value of the requisitionRequisitionIdExportItem property.
- *
- * @return
- * possible object is
- * {@link RequisitionImportPullReply.RequisitionRequisitionIdExportItem }
- *
- */
- public RequisitionImportPullReply.RequisitionRequisitionIdExportItem getRequisitionRequisitionIdExportItem() {
- return requisitionRequisitionIdExportItem;
- }
-
- /**
- * Sets the value of the requisitionRequisitionIdExportItem property.
- *
- * @param value
- * allowed object is
- * {@link RequisitionImportPullReply.RequisitionRequisitionIdExportItem }
- *
- */
- public void setRequisitionRequisitionIdExportItem(RequisitionImportPullReply.RequisitionRequisitionIdExportItem value) {
- this.requisitionRequisitionIdExportItem = value;
- }
-
- /**
- * Gets the value of the partition property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getPartition() {
- return partition;
- }
-
- /**
- * Sets the value of the partition property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setPartition(String value) {
- this.partition = value;
- }
-
- /**
- * Gets the value of the variant property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getVariant() {
- return variant;
- }
-
- /**
- * Sets the value of the variant property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setVariant(String value) {
- this.variant = value;
- }
-
-
- /**
- *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="item" type="{urn:Ariba:Buyer:vrealm_3}Requisition_RequisitionIdExport" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "item"
- })
- public static class RequisitionRequisitionIdExportItem {
-
- protected Listset
method for the item property.
- *
- *
- * getItem().add(newItem);
- *
- *
- *
- *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="Requisition_RequisitionImportPull_Item" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="item" type="{urn:Ariba:Buyer:vrealm_3}Requisition_RequisitionImportPull" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </all>
- * <attribute name="partition" type="{http://www.w3.org/2001/XMLSchema}string" />
- * <attribute name="variant" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-
-})
-@XmlRootElement(name = "RequisitionImportPullRequest")
-public class RequisitionImportPullRequest {
-
- @XmlElement(name = "Requisition_RequisitionImportPull_Item")
- protected RequisitionImportPullRequest.RequisitionRequisitionImportPullItem requisitionRequisitionImportPullItem;
- @XmlAttribute(name = "partition")
- protected String partition;
- @XmlAttribute(name = "variant")
- protected String variant;
-
- /**
- * Gets the value of the requisitionRequisitionImportPullItem property.
- *
- * @return
- * possible object is
- * {@link RequisitionImportPullRequest.RequisitionRequisitionImportPullItem }
- *
- */
- public RequisitionImportPullRequest.RequisitionRequisitionImportPullItem getRequisitionRequisitionImportPullItem() {
- return requisitionRequisitionImportPullItem;
- }
-
- /**
- * Sets the value of the requisitionRequisitionImportPullItem property.
- *
- * @param value
- * allowed object is
- * {@link RequisitionImportPullRequest.RequisitionRequisitionImportPullItem }
- *
- */
- public void setRequisitionRequisitionImportPullItem(RequisitionImportPullRequest.RequisitionRequisitionImportPullItem value) {
- this.requisitionRequisitionImportPullItem = value;
- }
-
- /**
- * Gets the value of the partition property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getPartition() {
- return partition;
- }
-
- /**
- * Sets the value of the partition property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setPartition(String value) {
- this.partition = value;
- }
-
- /**
- * Gets the value of the variant property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getVariant() {
- return variant;
- }
-
- /**
- * Sets the value of the variant property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setVariant(String value) {
- this.variant = value;
- }
-
-
- /**
- *
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="item" type="{urn:Ariba:Buyer:vrealm_3}Requisition_RequisitionImportPull" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "item"
- })
- public static class RequisitionRequisitionImportPullItem {
-
- protected Listset
method for the item property.
- *
- *
- * getItem().add(newItem);
- *
- *
- *
- *
- * <complexType name="Requisition_RequisitionIdExport">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="OriginatingSystem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="OriginatingSystemReferenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="StatusString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="custom" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="CustomBoolean" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * <element name="CustomDate" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * <element name="CustomInteger" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>integer">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * <element name="CustomMoney" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <extension base="{urn:Ariba:Buyer:vrealm_3}Money_Reference">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="CustomString" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>string">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "Requisition_RequisitionIdExport", propOrder = {
-
-})
-public class RequisitionRequisitionIdExport {
-
- @XmlElementRef(name = "OriginatingSystem", namespace = "urn:Ariba:Buyer:vrealm_3", type = JAXBElement.class, required = false)
- protected JAXBElement
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="CustomBoolean" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * <element name="CustomDate" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * <element name="CustomInteger" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>integer">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * <element name="CustomMoney" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <extension base="{urn:Ariba:Buyer:vrealm_3}Money_Reference">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="CustomString" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>string">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "customBoolean",
- "customDate",
- "customInteger",
- "customMoney",
- "customString"
- })
- public static class Custom {
-
- @XmlElement(name = "CustomBoolean", nillable = true)
- protected Listset
method for the customBoolean property.
- *
- *
- * getCustomBoolean().add(newItem);
- *
- *
- *
- * set
method for the customDate property.
- *
- *
- * getCustomDate().add(newItem);
- *
- *
- *
- * set
method for the customInteger property.
- *
- *
- * getCustomInteger().add(newItem);
- *
- *
- *
- * set
method for the customMoney property.
- *
- *
- * getCustomMoney().add(newItem);
- *
- *
- *
- * set
method for the customString property.
- *
- *
- * getCustomString().add(newItem);
- *
- *
- *
- *
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "value"
- })
- public static class CustomBoolean {
-
- @XmlValue
- protected boolean value;
- @XmlAttribute(name = "name")
- protected String name;
-
- /**
- * Gets the value of the value property.
- *
- */
- public boolean isValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- */
- public void setValue(boolean value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- }
-
-
- /**
- *
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "value"
- })
- public static class CustomDate {
-
- @XmlValue
- @XmlSchemaType(name = "dateTime")
- protected XMLGregorianCalendar value;
- @XmlAttribute(name = "name")
- protected String name;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link XMLGregorianCalendar }
- *
- */
- public XMLGregorianCalendar getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link XMLGregorianCalendar }
- *
- */
- public void setValue(XMLGregorianCalendar value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- }
-
-
- /**
- *
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>integer">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "value"
- })
- public static class CustomInteger {
-
- @XmlValue
- protected BigInteger value;
- @XmlAttribute(name = "name")
- protected String name;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setValue(BigInteger value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- }
-
-
- /**
- *
- * <complexType>
- * <complexContent>
- * <extension base="{urn:Ariba:Buyer:vrealm_3}Money_Reference">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "")
- public static class CustomMoney
- extends MoneyReference
- {
-
- @XmlAttribute(name = "name")
- protected String name;
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- }
-
-
- /**
- *
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>string">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "value"
- })
- public static class CustomString {
-
- @XmlValue
- protected String value;
- @XmlAttribute(name = "name")
- protected String name;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setValue(String value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- }
-
- }
-
-}
diff --git a/requisition-parent/requisition-ariba-p2p-client/src/main/java/ariba/buyer/vrealm_3/RequisitionRequisitionImportPull.java b/requisition-parent/requisition-ariba-p2p-client/src/main/java/ariba/buyer/vrealm_3/RequisitionRequisitionImportPull.java
deleted file mode 100644
index a8782ff..0000000
--- a/requisition-parent/requisition-ariba-p2p-client/src/main/java/ariba/buyer/vrealm_3/RequisitionRequisitionImportPull.java
+++ /dev/null
@@ -1,5024 +0,0 @@
-
-package ariba.buyer.vrealm_3;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.JAXBElement;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlElementRef;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-import javax.xml.datatype.XMLGregorianCalendar;
-
-
-/**
- * Name null, type ariba.purchasing.core.Requisition, variant vrealm_3.
- *
- *
- * <complexType name="Requisition_RequisitionImportPull">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="BusinessUnit" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="DefaultLineItem" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="DeliverTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="NeedBy" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
- * <element name="ShipTo" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="ImportedHeaderCommentStaging" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="ImportedHeaderExternalCommentStaging" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="LineItems" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="item" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="BillingAddress" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="CommodityCode" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="Description" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="CommonCommodityCode" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="Domain" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="ManPartNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Price" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
- * <element name="Currency" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="SupplierPartAuxiliaryID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="SupplierPartNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="UnitOfMeasure" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="PriceBasisQuantityUOM" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="PriceBasisQuantityDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="PriceBasisQuantity" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
- * <element name="ConversionFactor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="ImportedAccountingsStaging" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="SplitAccountings" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="item" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="Account" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="Amount" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
- * <element name="Currency" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="Department" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="GLBusinessUnit" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="Location" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="NumberInCollection" type="{http://www.w3.org/2001/XMLSchema}integer"/>
- * <element name="Percentage" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
- * <element name="ProcurementUnit" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="Product" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
- * <element name="StatisticsCode" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="custom" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="CustomBoolean" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * <element name="CustomDate" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * <element name="CustomInteger" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>integer">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * <element name="CustomMoney" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <extension base="{urn:Ariba:Buyer:vrealm_3}Money_Reference">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="CustomString" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>string">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="Type" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="ImportedDeliverToStaging" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="ImportedLineCommentStaging" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="ImportedLineExternalCommentStaging" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="ImportedNeedByStaging" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
- * <element name="NumberInCollection" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
- * <element name="OriginatingSystemLineNumber" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
- * <element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
- * <element name="ShipTo" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="Supplier" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="SupplierLocation" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="ContactID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="SetId" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="ImportedAccountTypeStaging" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="BuyerPartNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Facility" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="custom" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="CustomBoolean" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * <element name="CustomDate" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * <element name="CustomInteger" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>integer">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * <element name="CustomMoney" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <extension base="{urn:Ariba:Buyer:vrealm_3}Money_Reference">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="CustomString" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>string">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="OriginatingSystem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="OriginatingSystemReferenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="Preparer" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="PasswordAdapter" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="Requester" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="PasswordAdapter" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="UniqueName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="Operation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="HoldTillDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
- * <element name="custom" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="CustomBoolean" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * <element name="CustomDate" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * <element name="CustomInteger" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>integer">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * <element name="CustomMoney" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <complexContent>
- * <extension base="{urn:Ariba:Buyer:vrealm_3}Money_Reference">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="CustomString" maxOccurs="unbounded" minOccurs="0">
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>string">
- * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </extension>
- * </simpleContent>
- * </complexType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "Requisition_RequisitionImportPull", propOrder = {
-
-})
-public class RequisitionRequisitionImportPull {
-
- @XmlElement(name = "BusinessUnit")
- protected RequisitionRequisitionImportPull.BusinessUnit businessUnit;
- @XmlElement(name = "DefaultLineItem")
- protected RequisitionRequisitionImportPull.DefaultLineItem defaultLineItem;
- @XmlElementRef(name = "ImportedHeaderCommentStaging", namespace = "urn:Ariba:Buyer:vrealm_3", type = JAXBElement.class, required = false)
- protected JAXBElement