@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:57:56+02:00", comments="JAXB RI v2.2.11") 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()
Stringpublic void setApplicationName(String value)
value - allowed object is
Stringpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic boolean isIsImportant()
public void setIsImportant(boolean value)
public boolean isIsEncrypted()
public void setIsEncrypted(boolean value)
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.