public static class MarshallingContextTestCase.StringIntBooleanItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
_bool |
int |
_int |
java.lang.String |
_name |
| Constructor and Description |
|---|
MarshallingContextTestCase.StringIntBooleanItem(java.lang.String name,
int i,
boolean bool) |