public static class SourcePathTest.Root extends Object
Modifier and Type | Field and Description |
---|---|
List<SourcePathTest.Child> |
childList |
String |
fieldValue |
List<String> |
stringList |
String |
value |
Constructor and Description |
---|
Root() |
Modifier and Type | Method and Description |
---|---|
SourcePathTest.Child |
getChild() |
List<String> |
getPropertyList() |
String |
getPropertyValue() |
String |
getValue() |
void |
setChild(SourcePathTest.Child child) |
void |
setPropertyValue(String v) |
void |
setValue(String v) |
public List<SourcePathTest.Child> childList
public String fieldValue
public String value
public String getPropertyValue()
public void setPropertyValue(String v)
public String getValue()
public void setValue(String v)
public SourcePathTest.Child getChild()
public void setChild(SourcePathTest.Child child)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.