|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3._2005._05.xmlmime.HexBinary
@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T04:15:30+02:00", comments="JAXB RI v2.3.6") public class HexBinary
Java class for hexBinary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="hexBinary"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>hexBinary"> <attribute ref="{http://www.w3.org/2005/05/xmlmime}contentType"/> </extension> </simpleContent> </complexType>
Constructor Summary | |
---|---|
HexBinary()
|
Method Summary | |
---|---|
String |
getContentType()
Gets the value of the contentType property. |
byte[] |
getValue()
Gets the value of the value property. |
void |
setContentType(String value)
Sets the value of the contentType property. |
void |
setValue(byte[] value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HexBinary()
Method Detail |
---|
public byte[] getValue()
String
public void setValue(byte[] value)
value
- allowed object is
String
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |