Uses of Class
ca.infoway.messagebuilder.marshalling.hl7.Hl7Error

Packages that use Hl7Error
ca.infoway.messagebuilder.marshalling   
ca.infoway.messagebuilder.marshalling.hl7   
ca.infoway.messagebuilder.marshalling.hl7.parser   
ca.infoway.messagebuilder.xml.validator   
 

Uses of Hl7Error in ca.infoway.messagebuilder.marshalling
 

Methods in ca.infoway.messagebuilder.marshalling that return types with arguments of type Hl7Error
 List<Hl7Error> InvalidRenderInputException.getHl7Errors()
           
 

Constructor parameters in ca.infoway.messagebuilder.marshalling with type arguments of type Hl7Error
InvalidRenderInputException(List<Hl7Error> hl7Errors)
           
 

Uses of Hl7Error in ca.infoway.messagebuilder.marshalling.hl7
 

Methods in ca.infoway.messagebuilder.marshalling.hl7 that return Hl7Error
static Hl7Error Hl7Error.createEmptyCodeValueError(Element base, Attr attr)
           
static Hl7Error Hl7Error.createIgnoredAsNotAllowedConformanceLevelRelationshipError(String xmlName, Element base)
           
static Hl7Error Hl7Error.createIncorrectCapitalizationBooleanValueError(String unparsedBoolean, Element element, Attr attr)
           
static Hl7Error Hl7Error.createInvalidBooleanValueError(Element element, Attr attr)
           
static Hl7Error Hl7Error.createInvalidFixedValueAttributeError(Attr attr, String fixedValue)
           
static Hl7Error Hl7Error.createInvalidTypeError(String specializationType, String parentType, Element element)
           
static Hl7Error Hl7Error.createMandatoryAttributeIsNullError(String elementName, String nullFlavor, Element element)
           
static Hl7Error Hl7Error.createMandatoryBooleanValueError(Element element, Attr attr)
           
static Hl7Error Hl7Error.createMissingMandatoryAssociationError(String xmlName, Element base)
           
static Hl7Error Hl7Error.createMissingMandatoryAttributeError(String name, Element base)
          This error message is used when a mandatory attribute is missing from an XML element.
static Hl7Error Hl7Error.createMissingNamespace(String xmlNamespace, Element documentElement)
           
static Hl7Error Hl7Error.createMissingPopulatedAssociationError(String xmlName, Element base)
           
static Hl7Error Hl7Error.createMissingPopulatedAttributeError(String name, Element base)
           
static Hl7Error Hl7Error.createNotAllowedConformanceLevelRelationshipError(String xmlName, Element base)
           
static Hl7Error Hl7Error.createNullFlavorMissingXsiNilError(String elementName, Element element)
           
static Hl7Error Hl7Error.createRequiredAttributeIsNullError(String elementName, String nullFlavor, Element element)
           
static Hl7Error Hl7Error.createUnknownChildElementError(Element element)
           
static Hl7Error Hl7Error.createUnknownInteractionError(String interactionId, Element element)
           
static Hl7Error Hl7Error.createUnknownStructuralAttributeError(Element base, Attr attr)
           
static Hl7Error Hl7Error.createUnknownStructuralTypeError(String type, String name, Element base, Attr attr)
           
static Hl7Error Hl7Error.createWrongNumberOfAssociationsError(String xmlName, Element base, int size, Cardinality cardinality)
           
 

Methods in ca.infoway.messagebuilder.marshalling.hl7 that return types with arguments of type Hl7Error
 List<Hl7Error> XmlToModelResult.getHl7Errors()
           
 List<Hl7Error> ModelToXmlResult.getHl7Errors()
           
 List<Hl7Error> Hl7Errors.getHl7Errors()
           
 

Methods in ca.infoway.messagebuilder.marshalling.hl7 with parameters of type Hl7Error
 void XmlToModelResult.addHl7Error(Hl7Error hl7Error)
           
 void ModelToXmlResult.addHl7Error(Hl7Error hl7Error)
           
 void Hl7Errors.addHl7Error(Hl7Error hl7Error)
           
 

Uses of Hl7Error in ca.infoway.messagebuilder.marshalling.hl7.parser
 

Methods in ca.infoway.messagebuilder.marshalling.hl7.parser that return Hl7Error
protected  Hl7Error AbstractCodeTypeElementParser.createInvalidCodeError(Node node, Class<? extends Code> type, String code)
           
protected  Hl7Error AbstractCodeTypeElementParser.createMissingCodeSystemError(Node node, Class<? extends Code> type, String code)
           
 

Uses of Hl7Error in ca.infoway.messagebuilder.xml.validator
 

Methods in ca.infoway.messagebuilder.xml.validator that return types with arguments of type Hl7Error
 List<Hl7Error> MessageValidatorResult.getHl7Errors()
           
 

Methods in ca.infoway.messagebuilder.xml.validator with parameters of type Hl7Error
 void MessageValidatorResult.addHl7Error(Hl7Error hl7Error)
           
 



Copyright © 2013. All Rights Reserved.