|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.chap4.core.v1.SecuredContentType
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:52:05+02:00",
comments="JAXB RI v2.3.6")
public class SecuredContentType
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>
| Constructor Summary | |
|---|---|
SecuredContentType()
|
|
| Method Summary | |
|---|---|
byte[] |
getSecuredContent()
Gets the value of the securedContent property. |
void |
setSecuredContent(byte[] value)
Sets the value of the securedContent property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecuredContentType()
| Method Detail |
|---|
public byte[] getSecuredContent()
public void setSecuredContent(byte[] value)
value - allowed object is
byte[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||