ca.infoway.messagebuilder.datatype
Interface SXPR<T>

Package class diagram package SXPR
Type Parameters:
T - the underlying java datatype
All Superinterfaces:
ANY<ParentheticSetExpr<T>>, BareANY, NullFlavorSupport
All Known Implementing Classes:
SXPRImpl

public interface SXPR<T>
extends ANY<ParentheticSetExpr<T>>

Parenthetic Set Expression (SXPR) specializes SXCM. Backed by the java datatype ParentheticSetExpr.

http://www.hl7.org/v3ballot/html/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SXPR

Definition: A set-component that is itself made up of set-components that are evaluated as one value.

There must be at least 2 component elements.

Author:
Intelliware Development

Method Summary
 
Methods inherited from interface ca.infoway.messagebuilder.datatype.ANY
getNullFlavor, getValue, isNull, nonNull, notApplicable, other, setNullFlavor, setValue, unknown
 
Methods inherited from interface ca.infoway.messagebuilder.datatype.BareANY
getBareValue, getDataType, setDataType
 
Methods inherited from interface ca.infoway.messagebuilder.datatype.nullflavor.NullFlavorSupport
hasNullFlavor
 



Copyright © 2013. All Rights Reserved.