Class BinaryObjectType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpriceresponse.BinaryObjectType
A binary object is a sequence of binary digits (bits).
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="CharacterSetCode" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="EncodingCode" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="FileName" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="Format" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="MIMECode" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="UniformResourceID" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the characterSetCode property.Gets the value of the encodingCode property.Gets the value of the fileName property.Gets the value of the format property.Gets the value of the mimeCode property.Gets the value of the uniformResourceID property.byte[]getValue()Gets the value of the value property.voidsetCharacterSetCode(String value) Sets the value of the characterSetCode property.voidsetEncodingCode(String value) Sets the value of the encodingCode property.voidsetFileName(String value) Sets the value of the fileName property.voidSets the value of the format property.voidsetMIMECode(String value) Sets the value of the mimeCode property.voidsetUniformResourceID(String value) Sets the value of the uniformResourceID property.voidsetValue(byte[] value) Sets the value of the value property.
-
Field Details
-
value
protected byte[] value -
characterSetCode
-
encodingCode
-
fileName
-
format
-
mimeCode
-
uniformResourceID
-
-
Constructor Details
-
BinaryObjectType
public BinaryObjectType()
-
-
Method Details
-
getValue
public byte[] getValue()Gets the value of the value property.- Returns:
- possible object is byte[]
-
setValue
public void setValue(byte[] value) Sets the value of the value property.- Parameters:
value- allowed object is byte[]
-
getCharacterSetCode
Gets the value of the characterSetCode property.- Returns:
- possible object is
String
-
setCharacterSetCode
Sets the value of the characterSetCode property.- Parameters:
value- allowed object isString
-
getEncodingCode
Gets the value of the encodingCode property.- Returns:
- possible object is
String
-
setEncodingCode
Sets the value of the encodingCode property.- Parameters:
value- allowed object isString
-
getFileName
Gets the value of the fileName property.- Returns:
- possible object is
String
-
setFileName
Sets the value of the fileName property.- Parameters:
value- allowed object isString
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
Sets the value of the format property.- Parameters:
value- allowed object isString
-
getMIMECode
Gets the value of the mimeCode property.- Returns:
- possible object is
String
-
setMIMECode
Sets the value of the mimeCode property.- Parameters:
value- allowed object isString
-
getUniformResourceID
Gets the value of the uniformResourceID property.- Returns:
- possible object is
String
-
setUniformResourceID
Sets the value of the uniformResourceID property.- Parameters:
value- allowed object isString
-