java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistresponse.BinaryObjectType

public class BinaryObjectType extends Object
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 Details

    • value

      protected byte[] value
    • characterSetCode

      protected String characterSetCode
    • encodingCode

      protected String encodingCode
    • fileName

      protected String fileName
    • format

      protected String format
    • mimeCode

      protected String mimeCode
    • uniformResourceID

      protected String 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

      public String getCharacterSetCode()
      Gets the value of the characterSetCode property.
      Returns:
      possible object is String
    • setCharacterSetCode

      public void setCharacterSetCode(String value)
      Sets the value of the characterSetCode property.
      Parameters:
      value - allowed object is String
    • getEncodingCode

      public String getEncodingCode()
      Gets the value of the encodingCode property.
      Returns:
      possible object is String
    • setEncodingCode

      public void setEncodingCode(String value)
      Sets the value of the encodingCode property.
      Parameters:
      value - allowed object is String
    • getFileName

      public String getFileName()
      Gets the value of the fileName property.
      Returns:
      possible object is String
    • setFileName

      public void setFileName(String value)
      Sets the value of the fileName property.
      Parameters:
      value - allowed object is String
    • getFormat

      public String getFormat()
      Gets the value of the format property.
      Returns:
      possible object is String
    • setFormat

      public void setFormat(String value)
      Sets the value of the format property.
      Parameters:
      value - allowed object is String
    • getMIMECode

      public String getMIMECode()
      Gets the value of the mimeCode property.
      Returns:
      possible object is String
    • setMIMECode

      public void setMIMECode(String value)
      Sets the value of the mimeCode property.
      Parameters:
      value - allowed object is String
    • getUniformResourceID

      public String getUniformResourceID()
      Gets the value of the uniformResourceID property.
      Returns:
      possible object is String
    • setUniformResourceID

      public void setUniformResourceID(String value)
      Sets the value of the uniformResourceID property.
      Parameters:
      value - allowed object is String