@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:23:38+02:00", comments="JAXB RI v2.3.7") public class Base64Binary extends Object implements Serializable
Java class for base64Binary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="base64Binary"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary"> <attribute ref="{http://www.w3.org/2005/05/xmlmime}contentType"/> </extension> </simpleContent> </complexType>
Constructor and Description |
---|
Base64Binary() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType()
Gets the value of the contentType property.
|
byte[] |
getValue()
Gets the value of the value property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
public byte[] getValue()
public void setValue(byte[] value)
value
- allowed object is
byte[]public String getContentType()
String
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.