|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.ehbox.core.v3.ContentSpecificationType
public class ContentSpecificationType
ContentSpecification for consultation
Java class for ContentSpecificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentSpecificationType"> <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="ContentType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DOCUMENT"/> <enumeration value="NEWS"/> <enumeration value="ACKNOWLEDGMENT"/> <enumeration value="ERROR"/> </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>
Constructor Summary | |
---|---|
ContentSpecificationType()
|
Method Summary | |
---|---|
String |
getApplicationName()
Gets the value of the applicationName property. |
String |
getContentType()
Gets the value of the contentType 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 |
setContentType(String value)
Sets the value of the contentType 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 |
---|
public ContentSpecificationType()
Method Detail |
---|
public String getApplicationName()
String
public void setApplicationName(String value)
value
- allowed object is
String
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
public boolean isIsImportant()
public void setIsImportant(boolean value)
public boolean isIsEncrypted()
public void setIsEncrypted(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |