Click or drag to resize

Epc Properties

The Epc type exposes the following members.

Properties
 NameDescription
Public propertyComponents Returns the components that comprise this Epc. Each component is one of the dot-delimited strings following the urn:epc:id: prefix of the URI, with any %xx escape sequences replaced by the corresponding character.

If e is an Epc instance, then Epc.fromComponents(e.getEpcScheme(), e.getComponents()) returns an Epc instance that is equal to e.

Example: the getComponents method for EPC URI urn:epc:id:sgtin:0614141.112345.a%2Fb returns an array containing the strings "0614141", "112345", and "a/b".

Public propertyEpcScheme Returns the EPC scheme of this EPC.
Public propertyEpcUri Returns the pure identity EPC URI corresponding to this EPC.
Top
See Also