public class BadMessage 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="Segment" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BadMessage.Segment
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
BadMessage() |
| Modifier and Type | Method and Description |
|---|---|
List<BadMessage.Segment> |
getSegment()
Gets the value of the segment property.
|
BadMessage |
withSegment(BadMessage.Segment... values) |
BadMessage |
withSegment(Collection<BadMessage.Segment> values) |
public List<BadMessage.Segment> getSegment()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the segment property.
For example, to add a new item, do as follows:
getSegment().add(newItem);
Objects of the following type(s) are allowed in the list
BadMessage.Segment
public BadMessage withSegment(BadMessage.Segment... values)
public BadMessage withSegment(Collection<BadMessage.Segment> values)
Copyright © 2020. All rights reserved.