http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowComposableInvoker.java index c2deea4..640a99d 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowComposableInvoker.java @@ -20,8 +20,6 @@ package org.apache.olingo.fit.proxy.v4.opentype.microsoft.test.odata.services.op //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; import org.apache.olingo.ext.proxy.api.AbstractOpenType; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface RowComposableInvoker @@ -48,14 +46,7 @@ public interface RowComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.util.UUID getId(); void setId(java.util.UUID _id);
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndex.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndex.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndex.java index 74b94b6..9e81837 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndex.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndex.java @@ -20,8 +20,6 @@ package org.apache.olingo.fit.proxy.v4.opentype.microsoft.test.odata.services.op //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; import org.apache.olingo.ext.proxy.api.AbstractOpenType; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) @@ -49,14 +47,7 @@ public interface RowIndex scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getId(); void setId(java.lang.Integer _id); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndexComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndexComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndexComposableInvoker.java index 18fa52a..20da051 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndexComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndexComposableInvoker.java @@ -20,8 +20,6 @@ package org.apache.olingo.fit.proxy.v4.opentype.microsoft.test.odata.services.op //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; import org.apache.olingo.ext.proxy.api.AbstractOpenType; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface RowIndexComposableInvoker @@ -48,14 +46,7 @@ public interface RowIndexComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getId(); void setId(java.lang.Integer _id); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Account.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Account.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Account.java index dbf84b2..30d5fbf 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Account.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Account.java @@ -22,8 +22,6 @@ import org.apache.olingo.ext.proxy.api.annotations.Key; import org.apache.olingo.ext.proxy.api.annotations.Parameter; import org.apache.olingo.ext.proxy.api.OperationType; import org.apache.olingo.ext.proxy.api.AbstractEntitySet; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) @@ -51,14 +49,7 @@ public interface Account scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getAccountID(); void setAccountID(java.lang.Integer _accountID); @@ -74,14 +65,7 @@ public interface Account scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getCountry(); void setCountry(java.lang.String _country); @@ -97,14 +81,7 @@ public interface Account scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.AccountInfo getAccountInfo(); void setAccountInfo(org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.AccountInfo _accountInfo); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/AccountComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/AccountComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/AccountComposableInvoker.java index 4b3132a..f7a2e9b 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/AccountComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/AccountComposableInvoker.java @@ -20,8 +20,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.servic //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; import org.apache.olingo.ext.proxy.api.AbstractEntitySet; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface AccountComposableInvoker @@ -48,14 +46,7 @@ public interface AccountComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getAccountID(); void setAccountID(java.lang.Integer _accountID); @@ -71,14 +62,7 @@ public interface AccountComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getCountry(); void setCountry(java.lang.String _country); @@ -94,14 +78,7 @@ public interface AccountComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.AccountInfo getAccountInfo(); void setAccountInfo(org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.AccountInfo _accountInfo); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Asset.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Asset.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Asset.java index ad6e437..cf1d0d4 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Asset.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Asset.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) @@ -48,14 +46,7 @@ public interface Asset scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getAssetID(); void setAssetID(java.lang.Integer _assetID); @@ -71,14 +62,7 @@ public interface Asset scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -94,14 +78,7 @@ public interface Asset scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getNumber(); void setNumber(java.lang.Integer _number); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/AssetComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/AssetComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/AssetComposableInvoker.java index dccaf1a..4243b05 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/AssetComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/AssetComposableInvoker.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface AssetComposableInvoker @@ -47,14 +45,7 @@ public interface AssetComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getAssetID(); void setAssetID(java.lang.Integer _assetID); @@ -70,14 +61,7 @@ public interface AssetComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -93,14 +77,7 @@ public interface AssetComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getNumber(); void setNumber(java.lang.Integer _number); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Club.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Club.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Club.java index 239425a..2ee9777 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Club.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Club.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) @@ -48,14 +46,7 @@ public interface Club scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getClubID(); void setClubID(java.lang.Integer _clubID); @@ -71,14 +62,7 @@ public interface Club scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/ClubComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/ClubComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/ClubComposableInvoker.java index 0d4cab3..c666a0f 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/ClubComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/ClubComposableInvoker.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface ClubComposableInvoker @@ -47,14 +45,7 @@ public interface ClubComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getClubID(); void setClubID(java.lang.Integer _clubID); @@ -70,14 +61,7 @@ public interface ClubComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Company.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Company.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Company.java index a1fefbe..6950c1d 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Company.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Company.java @@ -22,8 +22,6 @@ import org.apache.olingo.ext.proxy.api.annotations.Key; import org.apache.olingo.ext.proxy.api.annotations.Parameter; import org.apache.olingo.ext.proxy.api.AbstractOpenType; import org.apache.olingo.ext.proxy.api.OperationType; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) @@ -51,14 +49,7 @@ public interface Company scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getCompanyID(); void setCompanyID(java.lang.Integer _companyID); @@ -74,14 +65,7 @@ public interface Company scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.CompanyCategory getCompanyCategory(); void setCompanyCategory(org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.CompanyCategory _companyCategory); @@ -97,14 +81,7 @@ public interface Company scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Long getRevenue(); void setRevenue(java.lang.Long _revenue); @@ -120,14 +97,7 @@ public interface Company scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -143,14 +113,7 @@ public interface Company scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address getAddress(); void setAddress(org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address _address); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CompanyComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CompanyComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CompanyComposableInvoker.java index 29a4a69..2ff9923 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CompanyComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CompanyComposableInvoker.java @@ -20,8 +20,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.servic //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; import org.apache.olingo.ext.proxy.api.AbstractOpenType; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface CompanyComposableInvoker @@ -48,14 +46,7 @@ public interface CompanyComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getCompanyID(); void setCompanyID(java.lang.Integer _companyID); @@ -71,14 +62,7 @@ public interface CompanyComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.CompanyCategory getCompanyCategory(); void setCompanyCategory(org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.CompanyCategory _companyCategory); @@ -94,14 +78,7 @@ public interface CompanyComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Long getRevenue(); void setRevenue(java.lang.Long _revenue); @@ -117,14 +94,7 @@ public interface CompanyComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -140,14 +110,7 @@ public interface CompanyComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address getAddress(); void setAddress(org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address _address); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditCardPI.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditCardPI.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditCardPI.java index 54c137c..fd96e60 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditCardPI.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditCardPI.java @@ -20,8 +20,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.servic //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; import org.apache.olingo.ext.proxy.api.AbstractEntitySet; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; import java.util.concurrent.Future; //CHECKSTYLE:ON (Maven checkstyle) @@ -65,14 +63,7 @@ public interface CreditCardPI scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getPaymentInstrumentID(); void setPaymentInstrumentID(java.lang.Integer _paymentInstrumentID); @@ -88,14 +79,7 @@ public interface CreditCardPI scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getFriendlyName(); void setFriendlyName(java.lang.String _friendlyName); @@ -111,14 +95,7 @@ public interface CreditCardPI scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getCreatedDate(); void setCreatedDate(java.sql.Timestamp _createdDate); @@ -134,14 +111,7 @@ public interface CreditCardPI scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getCardNumber(); void setCardNumber(java.lang.String _cardNumber); @@ -157,14 +127,7 @@ public interface CreditCardPI scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getCVV(); void setCVV(java.lang.String _cVV); @@ -180,14 +143,7 @@ public interface CreditCardPI scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getHolderName(); void setHolderName(java.lang.String _holderName); @@ -203,14 +159,7 @@ public interface CreditCardPI scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Double getBalance(); void setBalance(java.lang.Double _balance); @@ -226,14 +175,7 @@ public interface CreditCardPI scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getExperationDate(); void setExperationDate(java.sql.Timestamp _experationDate); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditCardPIComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditCardPIComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditCardPIComposableInvoker.java index 0e0e301..d92699a 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditCardPIComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditCardPIComposableInvoker.java @@ -20,8 +20,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.servic //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; import org.apache.olingo.ext.proxy.api.AbstractEntitySet; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface CreditCardPIComposableInvoker @@ -48,14 +46,7 @@ public interface CreditCardPIComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getPaymentInstrumentID(); void setPaymentInstrumentID(java.lang.Integer _paymentInstrumentID); @@ -71,14 +62,7 @@ public interface CreditCardPIComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getFriendlyName(); void setFriendlyName(java.lang.String _friendlyName); @@ -94,14 +78,7 @@ public interface CreditCardPIComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getCreatedDate(); void setCreatedDate(java.sql.Timestamp _createdDate); @@ -117,14 +94,7 @@ public interface CreditCardPIComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getCardNumber(); void setCardNumber(java.lang.String _cardNumber); @@ -140,14 +110,7 @@ public interface CreditCardPIComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getCVV(); void setCVV(java.lang.String _cVV); @@ -163,14 +126,7 @@ public interface CreditCardPIComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getHolderName(); void setHolderName(java.lang.String _holderName); @@ -186,14 +142,7 @@ public interface CreditCardPIComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Double getBalance(); void setBalance(java.lang.Double _balance); @@ -209,14 +158,7 @@ public interface CreditCardPIComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getExperationDate(); void setExperationDate(java.sql.Timestamp _experationDate); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditRecord.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditRecord.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditRecord.java index f950281..d8fab35 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditRecord.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditRecord.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) @@ -48,14 +46,7 @@ public interface CreditRecord scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getCreditRecordID(); void setCreditRecordID(java.lang.Integer _creditRecordID); @@ -71,14 +62,7 @@ public interface CreditRecord scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Boolean getIsGood(); void setIsGood(java.lang.Boolean _isGood); @@ -94,14 +78,7 @@ public interface CreditRecord scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getReason(); void setReason(java.lang.String _reason); @@ -117,14 +94,7 @@ public interface CreditRecord scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getCreatedDate(); void setCreatedDate(java.sql.Timestamp _createdDate); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditRecordComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditRecordComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditRecordComposableInvoker.java index cec5638..395207e 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditRecordComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CreditRecordComposableInvoker.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface CreditRecordComposableInvoker @@ -47,14 +45,7 @@ public interface CreditRecordComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getCreditRecordID(); void setCreditRecordID(java.lang.Integer _creditRecordID); @@ -70,14 +61,7 @@ public interface CreditRecordComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Boolean getIsGood(); void setIsGood(java.lang.Boolean _isGood); @@ -93,14 +77,7 @@ public interface CreditRecordComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getReason(); void setReason(java.lang.String _reason); @@ -116,14 +93,7 @@ public interface CreditRecordComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getCreatedDate(); void setCreatedDate(java.sql.Timestamp _createdDate); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Customer.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Customer.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Customer.java index fbba417..180a35b 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Customer.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Customer.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; import java.util.concurrent.Future; //CHECKSTYLE:ON (Maven checkstyle) @@ -64,14 +62,7 @@ public interface Customer scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getPersonID(); void setPersonID(java.lang.Integer _personID); @@ -87,14 +78,7 @@ public interface Customer scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getFirstName(); void setFirstName(java.lang.String _firstName); @@ -110,14 +94,7 @@ public interface Customer scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getLastName(); void setLastName(java.lang.String _lastName); @@ -133,14 +110,7 @@ public interface Customer scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getMiddleName(); void setMiddleName(java.lang.String _middleName); @@ -156,14 +126,7 @@ public interface Customer scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address getHomeAddress(); void setHomeAddress(org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address _homeAddress); @@ -179,14 +142,7 @@ public interface Customer scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.commons.api.edm.geo.Point getHome(); void setHome(org.apache.olingo.commons.api.edm.geo.Point _home); @@ -202,14 +158,7 @@ public interface Customer scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getNumbers(); void setNumbers(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _numbers); @@ -225,14 +174,7 @@ public interface Customer scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getEmails(); void setEmails(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _emails); @@ -248,14 +190,7 @@ public interface Customer scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getCity(); void setCity(java.lang.String _city); @@ -271,14 +206,7 @@ public interface Customer scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getBirthday(); void setBirthday(java.sql.Timestamp _birthday); @@ -294,14 +222,7 @@ public interface Customer scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.math.BigDecimal getTimeBetweenLastTwoOrders(); void setTimeBetweenLastTwoOrders(java.math.BigDecimal _timeBetweenLastTwoOrders); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CustomerComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CustomerComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CustomerComposableInvoker.java index 07d4dfa..263f990 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CustomerComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/CustomerComposableInvoker.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface CustomerComposableInvoker @@ -47,14 +45,7 @@ public interface CustomerComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getPersonID(); void setPersonID(java.lang.Integer _personID); @@ -70,14 +61,7 @@ public interface CustomerComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getFirstName(); void setFirstName(java.lang.String _firstName); @@ -93,14 +77,7 @@ public interface CustomerComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getLastName(); void setLastName(java.lang.String _lastName); @@ -116,14 +93,7 @@ public interface CustomerComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getMiddleName(); void setMiddleName(java.lang.String _middleName); @@ -139,14 +109,7 @@ public interface CustomerComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address getHomeAddress(); void setHomeAddress(org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address _homeAddress); @@ -162,14 +125,7 @@ public interface CustomerComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.commons.api.edm.geo.Point getHome(); void setHome(org.apache.olingo.commons.api.edm.geo.Point _home); @@ -185,14 +141,7 @@ public interface CustomerComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getNumbers(); void setNumbers(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _numbers); @@ -208,14 +157,7 @@ public interface CustomerComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getEmails(); void setEmails(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _emails); @@ -231,14 +173,7 @@ public interface CustomerComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getCity(); void setCity(java.lang.String _city); @@ -254,14 +189,7 @@ public interface CustomerComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getBirthday(); void setBirthday(java.sql.Timestamp _birthday); @@ -277,14 +205,7 @@ public interface CustomerComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.math.BigDecimal getTimeBetweenLastTwoOrders(); void setTimeBetweenLastTwoOrders(java.math.BigDecimal _timeBetweenLastTwoOrders); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Department.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Department.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Department.java index 10e8849..401e5b0 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Department.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Department.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) @@ -48,14 +46,7 @@ public interface Department scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getDepartmentID(); void setDepartmentID(java.lang.Integer _departmentID); @@ -71,14 +62,7 @@ public interface Department scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -94,14 +78,7 @@ public interface Department scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getDepartmentNO(); void setDepartmentNO(java.lang.String _departmentNO); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/DepartmentComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/DepartmentComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/DepartmentComposableInvoker.java index 8315261..4c3b566 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/DepartmentComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/DepartmentComposableInvoker.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface DepartmentComposableInvoker @@ -47,14 +45,7 @@ public interface DepartmentComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getDepartmentID(); void setDepartmentID(java.lang.Integer _departmentID); @@ -70,14 +61,7 @@ public interface DepartmentComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getName(); void setName(java.lang.String _name); @@ -93,14 +77,7 @@ public interface DepartmentComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getDepartmentNO(); void setDepartmentNO(java.lang.String _departmentNO); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Employee.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Employee.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Employee.java index be656cd..f59839e 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Employee.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/Employee.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; import java.util.concurrent.Future; //CHECKSTYLE:ON (Maven checkstyle) @@ -64,14 +62,7 @@ public interface Employee scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getPersonID(); void setPersonID(java.lang.Integer _personID); @@ -87,14 +78,7 @@ public interface Employee scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getFirstName(); void setFirstName(java.lang.String _firstName); @@ -110,14 +94,7 @@ public interface Employee scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getLastName(); void setLastName(java.lang.String _lastName); @@ -133,14 +110,7 @@ public interface Employee scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getMiddleName(); void setMiddleName(java.lang.String _middleName); @@ -156,14 +126,7 @@ public interface Employee scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address getHomeAddress(); void setHomeAddress(org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address _homeAddress); @@ -179,14 +142,7 @@ public interface Employee scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.commons.api.edm.geo.Point getHome(); void setHome(org.apache.olingo.commons.api.edm.geo.Point _home); @@ -202,14 +158,7 @@ public interface Employee scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getNumbers(); void setNumbers(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _numbers); @@ -225,14 +174,7 @@ public interface Employee scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getEmails(); void setEmails(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _emails); @@ -248,14 +190,7 @@ public interface Employee scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getDateHired(); void setDateHired(java.sql.Timestamp _dateHired); @@ -271,14 +206,7 @@ public interface Employee scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.commons.api.edm.geo.Point getOffice(); void setOffice(org.apache.olingo.commons.api.edm.geo.Point _office); http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a42641f7/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/EmployeeComposableInvoker.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/EmployeeComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/EmployeeComposableInvoker.java index c385429..648b076 100644 --- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/EmployeeComposableInvoker.java +++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/types/EmployeeComposableInvoker.java @@ -19,8 +19,6 @@ package org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types; //CHECKSTYLE:OFF (Maven checkstyle) import org.apache.olingo.ext.proxy.api.annotations.Key; -import org.apache.olingo.commons.api.edm.constants.EdmContentKind; -import org.apache.olingo.client.api.edm.ConcurrencyMode; //CHECKSTYLE:ON (Maven checkstyle) public interface EmployeeComposableInvoker @@ -47,14 +45,7 @@ public interface EmployeeComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.Integer getPersonID(); void setPersonID(java.lang.Integer _personID); @@ -70,14 +61,7 @@ public interface EmployeeComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getFirstName(); void setFirstName(java.lang.String _firstName); @@ -93,14 +77,7 @@ public interface EmployeeComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getLastName(); void setLastName(java.lang.String _lastName); @@ -116,14 +93,7 @@ public interface EmployeeComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.lang.String getMiddleName(); void setMiddleName(java.lang.String _middleName); @@ -139,14 +109,7 @@ public interface EmployeeComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address getHomeAddress(); void setHomeAddress(org.apache.olingo.fit.proxy.v4.staticservice.microsoft.test.odata.services.odatawcfservice.types.Address _homeAddress); @@ -162,14 +125,7 @@ public interface EmployeeComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.commons.api.edm.geo.Point getHome(); void setHome(org.apache.olingo.commons.api.edm.geo.Point _home); @@ -185,14 +141,7 @@ public interface EmployeeComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getNumbers(); void setNumbers(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _numbers); @@ -208,14 +157,7 @@ public interface EmployeeComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getEmails(); void setEmails(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _emails); @@ -231,14 +173,7 @@ public interface EmployeeComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") java.sql.Timestamp getDateHired(); void setDateHired(java.sql.Timestamp _dateHired); @@ -254,14 +189,7 @@ public interface EmployeeComposableInvoker scale = 0, unicode = true, collation = "", - srid = "", - concurrencyMode = ConcurrencyMode.None, - fcSourcePath = "", - fcTargetPath = "", - fcContentKind = EdmContentKind.text, - fcNSPrefix = "", - fcNSURI = "", - fcKeepInContent = false) + srid = "") org.apache.olingo.commons.api.edm.geo.Point getOffice(); void setOffice(org.apache.olingo.commons.api.edm.geo.Point _office);
