public class BinaryObjectType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:UniqueID xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">UNDT000002</ccts:UniqueID>
<?xml version="1.0" encoding="UTF-8"?><ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">CCT</ccts:CategoryCode>
<?xml version="1.0" encoding="UTF-8"?><ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Binary Object. Type</ccts:DictionaryEntryName>
<?xml version="1.0" encoding="UTF-8"?><ccts:VersionID xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">1.0</ccts:VersionID>
<?xml version="1.0" encoding="UTF-8"?><ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">A set of finite-length sequences of binary octets.</ccts:Definition>
<?xml version="1.0" encoding="UTF-8"?><ccts:RepresentationTermName xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Binary Object</ccts:RepresentationTermName>
<?xml version="1.0" encoding="UTF-8"?><ccts:PrimitiveType xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">binary</ccts:PrimitiveType>
Java class for BinaryObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BinaryObjectType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="mimeCode" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
<attribute name="encodingCode" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
<attribute name="characterSetCode" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
<attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="filename" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
characterSetCode |
protected String |
encodingCode |
protected String |
filename |
protected String |
format |
protected String |
mimeCode |
protected String |
uri |
protected byte[] |
value |
| Constructor and Description |
|---|
BinaryObjectType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharacterSetCode()
Gets the value of the characterSetCode property.
|
String |
getEncodingCode()
Gets the value of the encodingCode property.
|
String |
getFilename()
Gets the value of the filename property.
|
String |
getFormat()
Gets the value of the format property.
|
String |
getMimeCode()
Gets the value of the mimeCode property.
|
String |
getUri()
Gets the value of the uri property.
|
byte[] |
getValue()
Gets the value of the value property.
|
void |
setCharacterSetCode(String value)
Sets the value of the characterSetCode property.
|
void |
setEncodingCode(String value)
Sets the value of the encodingCode property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setMimeCode(String value)
Sets the value of the mimeCode property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
protected byte[] value
protected String format
protected String mimeCode
protected String encodingCode
protected String characterSetCode
protected String uri
protected String filename
public byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]public String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic String getMimeCode()
Stringpublic void setMimeCode(String value)
value - allowed object is
Stringpublic String getEncodingCode()
Stringpublic void setEncodingCode(String value)
value - allowed object is
Stringpublic String getCharacterSetCode()
Stringpublic void setCharacterSetCode(String value)
value - allowed object is
Stringpublic String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic String getFilename()
StringCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.