de.rowa.posps.client.data
Class CustomerArticleSearchResultTemplateDE

java.lang.Object
  extended by de.rowa.posps.client.data.ArticleSearchResultTemplate
      extended by de.rowa.posps.client.data.CustomerArticleSearchResultTemplate
          extended by de.rowa.posps.client.data.CustomerArticleSearchResultTemplateDE

public class CustomerArticleSearchResultTemplateDE
extends CustomerArticleSearchResultTemplate

Creates an article search template for an article search done by a German pharmacy customer. To get the singleton instance of this class, call ArticleSearchResultTemplate.get(de.rowa.posps.client.data.ArticleSearchResultTemplate.Template, PospsCountryCode).

Author:
Michael Koch

Nested Class Summary
 
Nested classes/interfaces inherited from class de.rowa.posps.client.data.ArticleSearchResultTemplate
ArticleSearchResultTemplate.Template
 
Field Summary
protected  javax.xml.datatype.DatatypeFactory DATATYPE_FACTORY
           
protected static de.rowa.wsdl.posps.types.ObjectFactory PPTYPES
          Instance which can be used by subclasses to create posps JAXB elements.
 
Constructor Summary
protected CustomerArticleSearchResultTemplateDE()
           
 
Method Summary
protected  de.rowa.wsdl.posps.types.PharmaceuticArticleCountrySpecific createPharmaceuticCountrySpecific()
          Create a PharmaceuticArticleCountrySpecific for the country of the subclass.
protected  de.rowa.wsdl.posps.types.ArticleSearchResultElement createTemplateElement()
           
 
Methods inherited from class de.rowa.posps.client.data.ArticleSearchResultTemplate
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PPTYPES

protected static final de.rowa.wsdl.posps.types.ObjectFactory PPTYPES
Instance which can be used by subclasses to create posps JAXB elements.


DATATYPE_FACTORY

protected final javax.xml.datatype.DatatypeFactory DATATYPE_FACTORY
Constructor Detail

CustomerArticleSearchResultTemplateDE

protected CustomerArticleSearchResultTemplateDE()
Method Detail

createPharmaceuticCountrySpecific

protected de.rowa.wsdl.posps.types.PharmaceuticArticleCountrySpecific createPharmaceuticCountrySpecific()
Create a PharmaceuticArticleCountrySpecific for the country of the subclass. This method is intended to be overridden by country-specific subclasses.


createTemplateElement

protected de.rowa.wsdl.posps.types.ArticleSearchResultElement createTemplateElement()
Returns:
New instance of the template element.


Copyright © 2007-2016 Becton Dickinson. All Rights Reserved.