public static class BadMessage.Segment extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Data" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Segment() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Gets the value of the data property.
|
String |
getName()
Gets the value of the name property.
|
void |
setData(byte[] value)
Sets the value of the data property.
|
void |
setName(String value)
Sets the value of the name property.
|
BadMessage.Segment |
withData(byte[] value) |
BadMessage.Segment |
withName(String value) |
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic byte[] getData()
Stringpublic void setData(byte[] value)
value - allowed object is
Stringpublic BadMessage.Segment withName(String value)
public BadMessage.Segment withData(byte[] value)
Copyright © 2020. All rights reserved.