public class BinaryObjectType extends Object implements Serializable
<?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>
| Constructor and Description |
|---|
BinaryObjectType()
Default constructor
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
BinaryObjectType(byte[] valueParam)
Constructor for value of type byte[]
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
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.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setCharacterSetCode(String valueParam)
Sets the value of the characterSetCode property.
|
void |
setEncodingCode(String valueParam)
Sets the value of the encodingCode property.
|
void |
setFilename(String valueParam)
Sets the value of the filename property.
|
void |
setFormat(String valueParam)
Sets the value of the format property.
|
void |
setMimeCode(String valueParam)
Sets the value of the mimeCode property.
|
void |
setUri(String valueParam)
Sets the value of the uri property.
|
void |
setValue(byte[] valueParam)
Sets the value of the value property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public BinaryObjectType()
public BinaryObjectType(@Nullable byte[] valueParam)
valueParam - The value to be set. May be null.@Nullable public byte[] getValue()
public void setValue(@Nullable byte[] valueParam)
value - allowed object is
byte[]@Nullable public String getFormat()
Stringpublic void setFormat(@Nullable String valueParam)
value - allowed object is
String@Nullable public String getMimeCode()
Stringpublic void setMimeCode(@Nullable String valueParam)
value - allowed object is
String@Nullable public String getEncodingCode()
Stringpublic void setEncodingCode(@Nullable String valueParam)
value - allowed object is
String@Nullable public String getCharacterSetCode()
Stringpublic void setCharacterSetCode(@Nullable String valueParam)
value - allowed object is
String@Nullable public String getUri()
Stringpublic void setUri(@Nullable String valueParam)
value - allowed object is
String@Nullable public String getFilename()
Stringpublic void setFilename(@Nullable String valueParam)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
Copyright © 2014 Philip Helger. All rights reserved.