public class XmlPackage extends Object
Constructor and Description |
---|
XmlPackage() |
XmlPackage(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getExclude() |
List<String> |
getInclude() |
String |
getName() |
List<XmlClass> |
getXmlClasses() |
int |
hashCode() |
void |
setExclude(List<String> exclude) |
void |
setInclude(List<String> include) |
void |
setName(String name) |
String |
toXml(String indent) |