be.fgov.ehealth.ehbox.core.v2
Class ConsultContentSpecificationType

java.lang.Object
  extended by be.fgov.ehealth.ehbox.core.v2.ConsultContentSpecificationType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContentSpecificationType

public class ConsultContentSpecificationType
extends Object
implements Serializable

ContentSpecification for consultation

Java class for ConsultContentSpecificationType complex type.

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

 <complexType name="ConsultContentSpecificationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ApplicationName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="25"/>
             </restriction>
           </simpleType>
         </element>
         <element name="IsImportant" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsEncrypted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ConsultContentSpecificationType()
           
 
Method Summary
 String getApplicationName()
          Gets the value of the applicationName property.
 boolean isIsEncrypted()
          Gets the value of the isEncrypted property.
 boolean isIsImportant()
          Gets the value of the isImportant property.
 void setApplicationName(String value)
          Sets the value of the applicationName property.
 void setIsEncrypted(boolean value)
          Sets the value of the isEncrypted property.
 void setIsImportant(boolean value)
          Sets the value of the isImportant property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsultContentSpecificationType

public ConsultContentSpecificationType()
Method Detail

getApplicationName

public String getApplicationName()
Gets the value of the applicationName property.

Returns:
possible object is String

setApplicationName

public void setApplicationName(String value)
Sets the value of the applicationName property.

Parameters:
value - allowed object is String

isIsImportant

public boolean isIsImportant()
Gets the value of the isImportant property.


setIsImportant

public void setIsImportant(boolean value)
Sets the value of the isImportant property.


isIsEncrypted

public boolean isIsEncrypted()
Gets the value of the isEncrypted property.


setIsEncrypted

public void setIsEncrypted(boolean value)
Sets the value of the isEncrypted property.




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