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.SubPremiseType |
XALMarshaller.marshalSubPremise(SubPremise src) |
Modifier and Type | Method and Description |
---|---|
SubPremise |
XALUnmarshaller.unmarshalSubPremise(oasis.names.tc.ciq.xsdschema.xal._2.SubPremiseType src) |
Modifier and Type | Method and Description |
---|---|
T |
XALFunctor.apply(SubPremise subPremise) |
void |
XALVisitor.visit(SubPremise subPremise) |
Modifier and Type | Method and Description |
---|---|
SubPremise |
SubPremise.getSubPremise() |
Modifier and Type | Method and Description |
---|---|
java.util.List<SubPremise> |
Premise.getSubPremise() |
Modifier and Type | Method and Description |
---|---|
void |
Premise.addSubPremise(SubPremise subPremise) |
void |
SubPremise.setSubPremise(SubPremise subPremise) |
boolean |
Premise.unsetSubPremise(SubPremise subPremise) |
Modifier and Type | Method and Description |
---|---|
void |
Premise.setSubPremise(java.util.List<SubPremise> subPremise) |
Modifier and Type | Method and Description |
---|---|
void |
XALWalker.visit(SubPremise subPremise) |