Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.xal | |
org.citygml4j.builder.jaxb.unmarshal.xal | |
org.citygml4j.model.common.visitor | |
org.citygml4j.model.xal | |
org.citygml4j.util.walker |
Modifier and Type | Method and Description |
---|---|
oasis.names.tc.ciq.xsdschema.xal._2.CountryNameElement |
XALMarshaller.marshalCountryName(CountryName src) |
Modifier and Type | Method and Description |
---|---|
CountryName |
XALUnmarshaller.unmarshalCountryName(oasis.names.tc.ciq.xsdschema.xal._2.CountryNameElement src) |
Modifier and Type | Method and Description |
---|---|
T |
XALFunctor.apply(CountryName countryName) |
void |
XALVisitor.visit(CountryName countryName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CountryName> |
Country.getCountryName() |
Modifier and Type | Method and Description |
---|---|
void |
Country.addCountryName(CountryName countryName) |
boolean |
Country.unsetCountryName(CountryName countryName) |
Modifier and Type | Method and Description |
---|---|
void |
Country.setCountryName(java.util.List<CountryName> countryName) |
Modifier and Type | Method and Description |
---|---|
void |
XALWalker.visit(CountryName countryName) |