Class StructWithBinary

java.lang.Object
org.apache.type_test.types2.StructWithBinary

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public class StructWithBinary extends Object

Java class for StructWithBinary complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StructWithBinary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="hex" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/>
         <element name="base64" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected byte[]
     
    protected byte[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Gets the value of the base64 property.
    byte[]
    Gets the value of the hex property.
    void
    setBase64(byte[] value)
    Sets the value of the base64 property.
    void
    setHex(byte[] value)
    Sets the value of the hex property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • hex

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") protected byte[] hex
    • base64

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") protected byte[] base64
  • Constructor Details

    • StructWithBinary

      public StructWithBinary()
  • Method Details

    • getHex

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public byte[] getHex()
      Gets the value of the hex property.
      Returns:
      possible object is String
    • setHex

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public void setHex(byte[] value)
      Sets the value of the hex property.
      Parameters:
      value - allowed object is String
    • getBase64

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public byte[] getBase64()
      Gets the value of the base64 property.
      Returns:
      possible object is byte[]
    • setBase64

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public void setBase64(byte[] value)
      Sets the value of the base64 property.
      Parameters:
      value - allowed object is byte[]