}
}
private LogisticsWrapper _queryOnce() throws Exception {
final GetResourcePropertyResponse resp =
((WorkspacePortType) this.portType).getResourceProperty(
Constants_GT4_0.RP_LOGISTICS);
final MessageElement msg = resp.get_any()[0];
final Logistics log = (Logistics)
ObjectDeserializer.toObject(msg, Logistics.class);
final VirtualNetwork_Type t_network = log.getNetworking();