Package com.openapi.v3
Interface XmlOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Xml,Xml.Builder
public interface XmlOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool attribute = 4 [json_name = "attribute"];getName()string name = 1 [json_name = "name"];com.google.protobuf.ByteStringstring name = 1 [json_name = "name"];string namespace = 2 [json_name = "namespace"];com.google.protobuf.ByteStringstring namespace = 2 [json_name = "namespace"];string prefix = 3 [json_name = "prefix"];com.google.protobuf.ByteStringstring prefix = 3 [json_name = "prefix"];getSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];intrepeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];getSpecificationExtensionOrBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];List<? extends NamedAnyOrBuilder>repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];booleanbool wrapped = 5 [json_name = "wrapped"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()string name = 1 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1 [json_name = "name"];- Returns:
- The bytes for name.
-
getNamespace
String getNamespace()string namespace = 2 [json_name = "namespace"];- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 2 [json_name = "namespace"];- Returns:
- The bytes for namespace.
-
getPrefix
String getPrefix()string prefix = 3 [json_name = "prefix"];- Returns:
- The prefix.
-
getPrefixBytes
com.google.protobuf.ByteString getPrefixBytes()string prefix = 3 [json_name = "prefix"];- Returns:
- The bytes for prefix.
-
getAttribute
boolean getAttribute()bool attribute = 4 [json_name = "attribute"];- Returns:
- The attribute.
-
getWrapped
boolean getWrapped()bool wrapped = 5 [json_name = "wrapped"];- Returns:
- The wrapped.
-
getSpecificationExtensionList
repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"]; -
getSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"]; -
getSpecificationExtensionCount
int getSpecificationExtensionCount()repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilderList
List<? extends NamedAnyOrBuilder> getSpecificationExtensionOrBuilderList()repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilder
repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
-