Package be.fgov.ehealth.recipe.core.v4
Class SecuredContentType
- java.lang.Object
-
- be.fgov.ehealth.recipe.core.v4.SecuredContentType
-
public class SecuredContentType extends Object
Java class for SecuredContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecuredContentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SecuredContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]securedContent
-
Constructor Summary
Constructors Constructor Description SecuredContentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getSecuredContent()Gets the value of the securedContent property.voidsetSecuredContent(byte[] value)Sets the value of the securedContent property.
-
-
-
Method Detail
-
getSecuredContent
public byte[] getSecuredContent()
Gets the value of the securedContent property.- Returns:
- possible object is byte[]
-
setSecuredContent
public void setSecuredContent(byte[] value)
Sets the value of the securedContent property.- Parameters:
value- allowed object is byte[]
-
-