public class Base64Binary extends Object
<xs:complexType xmlns:ns="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="base64Binary">
<xs:simpleContent>
<xs:extension base="xs:base64Binary">
<xs:attributeGroup ref="ns:commonAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
| Constructor and Description |
|---|
Base64Binary() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBase64Binary()
Get the extension value.
|
CommonAttributes |
getCommonAttributes()
Get the 'commonAttributes' attributeGroup value.
|
void |
setBase64Binary(byte[] base64Binary)
Set the extension value.
|
void |
setCommonAttributes(CommonAttributes commonAttributes)
Set the 'commonAttributes' attributeGroup value.
|
public byte[] getBase64Binary()
public void setBase64Binary(byte[] base64Binary)
base64Binary - public CommonAttributes getCommonAttributes()
public void setCommonAttributes(CommonAttributes commonAttributes)
commonAttributes - Copyright © 2018 Europeana Foundation. All rights reserved.