public static interface CoreNLPProtos.TimexOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAltValue()
optional string altValue = 2; |
com.google.protobuf.ByteString |
getAltValueBytes()
optional string altValue = 2; |
int |
getBeginPoint()
optional uint32 beginPoint = 6; |
int |
getEndPoint()
optional uint32 endPoint = 7; |
java.lang.String |
getText()
optional string text = 3; |
com.google.protobuf.ByteString |
getTextBytes()
optional string text = 3; |
java.lang.String |
getTid()
optional string tid = 5; |
com.google.protobuf.ByteString |
getTidBytes()
optional string tid = 5; |
java.lang.String |
getType()
optional string type = 4; |
com.google.protobuf.ByteString |
getTypeBytes()
optional string type = 4; |
java.lang.String |
getValue()
optional string value = 1; |
com.google.protobuf.ByteString |
getValueBytes()
optional string value = 1; |
boolean |
hasAltValue()
optional string altValue = 2; |
boolean |
hasBeginPoint()
optional uint32 beginPoint = 6; |
boolean |
hasEndPoint()
optional uint32 endPoint = 7; |
boolean |
hasText()
optional string text = 3; |
boolean |
hasTid()
optional string tid = 5; |
boolean |
hasType()
optional string type = 4; |
boolean |
hasValue()
optional string value = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValue()
optional string value = 1;java.lang.String getValue()
optional string value = 1;com.google.protobuf.ByteString getValueBytes()
optional string value = 1;boolean hasAltValue()
optional string altValue = 2;java.lang.String getAltValue()
optional string altValue = 2;com.google.protobuf.ByteString getAltValueBytes()
optional string altValue = 2;boolean hasText()
optional string text = 3;java.lang.String getText()
optional string text = 3;com.google.protobuf.ByteString getTextBytes()
optional string text = 3;boolean hasType()
optional string type = 4;java.lang.String getType()
optional string type = 4;com.google.protobuf.ByteString getTypeBytes()
optional string type = 4;boolean hasTid()
optional string tid = 5;java.lang.String getTid()
optional string tid = 5;com.google.protobuf.ByteString getTidBytes()
optional string tid = 5;boolean hasBeginPoint()
optional uint32 beginPoint = 6;int getBeginPoint()
optional uint32 beginPoint = 6;boolean hasEndPoint()
optional uint32 endPoint = 7;int getEndPoint()
optional uint32 endPoint = 7;