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.PostBoxElement |
XALMarshaller.marshalPostBox(PostBox src) |
Modifier and Type | Method and Description |
---|---|
PostBox |
XALUnmarshaller.unmarshalPostBox(oasis.names.tc.ciq.xsdschema.xal._2.PostBoxElement src) |
Modifier and Type | Method and Description |
---|---|
T |
XALFunctor.apply(PostBox postBox) |
void |
XALVisitor.visit(PostBox postBox) |
Modifier and Type | Method and Description |
---|---|
PostBox |
PostOffice.getPostBox() |
PostBox |
PostalRoute.getPostBox() |
PostBox |
Locality.getPostBox() |
PostBox |
LargeMailUser.getPostBox() |
PostBox |
DependentLocality.getPostBox() |
Modifier and Type | Method and Description |
---|---|
void |
PostOffice.setPostBox(PostBox postBox) |
void |
PostalRoute.setPostBox(PostBox postBox) |
void |
Locality.setPostBox(PostBox postBox) |
void |
LargeMailUser.setPostBox(PostBox postBox) |
void |
DependentLocality.setPostBox(PostBox postBox) |
Modifier and Type | Method and Description |
---|---|
void |
XALWalker.visit(PostBox postBox) |