Package org.apache.type_test.types2
Class ChoiceWithBinary
- java.lang.Object
-
- org.apache.type_test.types2.ChoiceWithBinary
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class ChoiceWithBinary extends ObjectJava class for ChoiceWithBinary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChoiceWithBinary"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="hex" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/> <element name="base64" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </choice> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ChoiceWithBinary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBase64()Gets the value of the base64 property.byte[]getHex()Gets the value of the hex property.voidsetBase64(byte[] value)Sets the value of the base64 property.voidsetHex(byte[] value)Sets the value of the hex property.
-
-
-
Method Detail
-
getHex
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-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 v2.3.5", date="2023-06-06T11:29:23-04:00") public void setHex(byte[] value)Sets the value of the hex property.- Parameters:
value- allowed object isString
-
getBase64
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-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 v2.3.5", date="2023-06-06T11:29:23-04:00") public void setBase64(byte[] value)Sets the value of the base64 property.- Parameters:
value- allowed object is byte[]
-
-