Package xsd
Class Xsd
- java.lang.Object
-
- xsd.Xsd
-
public final class Xsd extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBASE_TYPE_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,String>baseTypeBase type this message actually is an extension of
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Field Detail
-
BASE_TYPE_FIELD_NUMBER
public static final int BASE_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
baseType
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,String> baseType
Base type this message actually is an extension of
extend .google.protobuf.MessageOptions { ... }
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-