org.fosstrak.webadapters.epcis.model.epc
Class SSCC

java.lang.Object
  extended by org.fosstrak.webadapters.epcis.model.epc.SSCC
All Implemented Interfaces:
EPC

public class SSCC
extends Object
implements EPC

Serial Shipping Container Code

Author:
Mathias Mueller mathias.mueller(at)unifr.ch, @author Dominique Guinard

Field Summary
static String ID
           
static String NAME
           
 
Fields inherited from interface org.fosstrak.webadapters.epcis.model.epc.EPC
ASSET_TYPE, COMPANY_PREFIX, DOCUMENT_TYPE, EXTENSION_COMPONENT, GDTI_PREFIX, GIAI_PREFIX, GRAI_PREFIX, GSRN_PREFIX, INDIVIDUAL_ASSET_REFERENCE, ITEM_REFERENCE, LOCATION_REFERENCE, SERIAL_NUMBER, SERIAL_REFERENCE, SERVICE_REFERENCE, SGLN_PREFIX, SGTIN_PREFIX, SSCC_PREFIX
 
Constructor Summary
SSCC(String epc)
          Constructs Serial Shipping Container Code
 
Method Summary
 List<Entry> getComponents()
          Get a list of the components of this EPC
 String getName()
          Method description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

SSCC

public SSCC(String epc)
Constructs Serial Shipping Container Code

Parameters:
epc -
Method Detail

getComponents

public List<Entry> getComponents()
Get a list of the components of this EPC

Specified by:
getComponents in interface EPC
Returns:

getName

public String getName()
Method description

Specified by:
getName in interface EPC
Returns:


Copyright © 2010. All Rights Reserved.