Package com.persequor.event
Class BaseEpcisDocument
java.lang.Object
com.persequor.event.BaseEpcisDocument
- All Implemented Interfaces:
- Model
- Direct Known Subclasses:
- EpcisDocument,- EpcisMasterDataDocument,- QueryDocument
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract BaseEpcisDocumentcopy()protected voidcopyTo(BaseEpcisDocument copy) voidsetCreationDate(ZonedDateTime creationDate) voidsetSchemaVersion(String schemaVersion) 
- 
Constructor Details- 
BaseEpcisDocumentpublic BaseEpcisDocument()
 
- 
- 
Method Details- 
getVocabularies
- 
getCreationDate- Returns:
- the creation date
 
- 
setCreationDate
- 
getHeader- Returns:
- an optional of header
 
- 
getCustomTags
- 
copy
- 
copyTo
- 
getSchemaVersion
- 
setSchemaVersion
 
-