public class ByteArrayType extends Object
Java class for ByteArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ByteArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attachinfo" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
attachinfo |
protected String |
name |
| Constructor and Description |
|---|
ByteArrayType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAttachinfo()
Gets the value of the attachinfo property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAttachinfo(byte[] value)
Sets the value of the attachinfo property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected byte[] attachinfo
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic byte[] getAttachinfo()
public void setAttachinfo(byte[] value)
value - allowed object is
byte[]Copyright © 2015 WSO2 Inc. All rights reserved.