@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:23:56+02:00", comments="JAXB RI v2.3.7") public class ContentSpecificationType extends Object implements Serializable
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 and Description |
---|
ContentSpecificationType() |
Modifier and Type | Method and Description |
---|---|
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.
|
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)
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.