be.fgov.ehealth.samcivics.type.v1
Class FindCNKRequest

java.lang.Object
  extended by be.fgov.ehealth.samcivics.type.v1.FindCNKRequest
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-07-06T09:31:40+02:00",
           comments="JAXB RI v2.2.6")
public class FindCNKRequest
extends Object
implements Serializable

Java class for FindCNKRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FindCNKRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="productName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <choice>
           <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
           <element name="version" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         </choice>
         <element name="chapterName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="paragraphName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="language" type="{urn:be:fgov:ehealth:samcivics:type:v1}LanguageType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
FindCNKRequest()
           
 
Method Summary
 String getChapterName()
          Gets the value of the chapterName property.
 LanguageType getLanguage()
          Gets the value of the language property.
 String getParagraphName()
          Gets the value of the paragraphName property.
 String getProductName()
          Gets the value of the productName property.
 org.joda.time.DateTime getStartDate()
          Gets the value of the startDate property.
 BigInteger getVersion()
          Gets the value of the version property.
 void setChapterName(String value)
          Sets the value of the chapterName property.
 void setLanguage(LanguageType value)
          Sets the value of the language property.
 void setParagraphName(String value)
          Sets the value of the paragraphName property.
 void setProductName(String value)
          Sets the value of the productName property.
 void setStartDate(org.joda.time.DateTime value)
          Sets the value of the startDate property.
 void setVersion(BigInteger value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindCNKRequest

public FindCNKRequest()
Method Detail

getProductName

public String getProductName()
Gets the value of the productName property.

Returns:
possible object is String

setProductName

public void setProductName(String value)
Sets the value of the productName property.

Parameters:
value - allowed object is String

getVersion

public BigInteger getVersion()
Gets the value of the version property.

Returns:
possible object is BigInteger

setVersion

public void setVersion(BigInteger value)
Sets the value of the version property.

Parameters:
value - allowed object is BigInteger

getStartDate

public org.joda.time.DateTime getStartDate()
Gets the value of the startDate property.

Returns:
possible object is String

setStartDate

public void setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property.

Parameters:
value - allowed object is String

getChapterName

public String getChapterName()
Gets the value of the chapterName property.

Returns:
possible object is String

setChapterName

public void setChapterName(String value)
Sets the value of the chapterName property.

Parameters:
value - allowed object is String

getParagraphName

public String getParagraphName()
Gets the value of the paragraphName property.

Returns:
possible object is String

setParagraphName

public void setParagraphName(String value)
Sets the value of the paragraphName property.

Parameters:
value - allowed object is String

getLanguage

public LanguageType getLanguage()
Gets the value of the language property.

Returns:
possible object is LanguageType

setLanguage

public void setLanguage(LanguageType value)
Sets the value of the language property.

Parameters:
value - allowed object is LanguageType



Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.