Package org.opentrafficsim.aimsun.proto
Interface AimsunControlProtoBuf.CreateSimulationOrBuilder
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 AimsunControlProtoBuf.CreateSimulation,AimsunControlProtoBuf.CreateSimulation.Builder
- Enclosing class:
 - AimsunControlProtoBuf
 
public static interface AimsunControlProtoBuf.CreateSimulationOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method Summary
Modifier and Type Method Description java.lang.StringgetNetworkXML()required string networkXML = 3;com.google.protobuf.ByteStringgetNetworkXMLBytes()required string networkXML = 3;booleanhasNetworkXML()required string networkXML = 3;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
- 
Method Details
- 
hasNetworkXML
boolean hasNetworkXML()required string networkXML = 3; - 
getNetworkXML
java.lang.String getNetworkXML()required string networkXML = 3; - 
getNetworkXMLBytes
com.google.protobuf.ByteString getNetworkXMLBytes()required string networkXML = 3; 
 -