All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openlca.proto.ProtoActorOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: olca.proto

package org.openlca.proto;

public interface ProtoActorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protolca.ProtoActor)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The reference ID (typically an UUID) of the entity.
   * 
* * string id = 1 [json_name = "@id"]; * @return The id. */ java.lang.String getId(); /** *
   * The reference ID (typically an UUID) of the entity.
   * 
* * string id = 1 [json_name = "@id"]; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** *
   * The name of the entity.
   * 
* * string name = 2; * @return The name. */ java.lang.String getName(); /** *
   * The name of the entity.
   * 
* * string name = 2; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * The description of the entity.
   * 
* * string description = 3; * @return The description. */ java.lang.String getDescription(); /** *
   * The description of the entity.
   * 
* * string description = 3; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * A version number in MAJOR.MINOR.PATCH format where the MINOR and PATCH
   * fields are optional and the fields may have leading zeros (so 01.00.00 is
   * the same as 1.0.0 or 1).
   * 
* * string version = 4; * @return The version. */ java.lang.String getVersion(); /** *
   * A version number in MAJOR.MINOR.PATCH format where the MINOR and PATCH
   * fields are optional and the fields may have leading zeros (so 01.00.00 is
   * the same as 1.0.0 or 1).
   * 
* * string version = 4; * @return The bytes for version. */ com.google.protobuf.ByteString getVersionBytes(); /** *
   * The timestamp when the entity was changed the last time.
   * 
* * string last_change = 5; * @return The lastChange. */ java.lang.String getLastChange(); /** *
   * The timestamp when the entity was changed the last time.
   * 
* * string last_change = 5; * @return The bytes for lastChange. */ com.google.protobuf.ByteString getLastChangeBytes(); /** *
   * The type name of the respective entity.
   * 
* * .protolca.ProtoType type = 6 [json_name = "@type"]; * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** *
   * The type name of the respective entity.
   * 
* * .protolca.ProtoType type = 6 [json_name = "@type"]; * @return The type. */ org.openlca.proto.ProtoType getType(); /** *
   * The category of the entity.
   * 
* * .protolca.ProtoRef category = 7; * @return Whether the category field is set. */ boolean hasCategory(); /** *
   * The category of the entity.
   * 
* * .protolca.ProtoRef category = 7; * @return The category. */ org.openlca.proto.ProtoRef getCategory(); /** *
   * The category of the entity.
   * 
* * .protolca.ProtoRef category = 7; */ org.openlca.proto.ProtoRefOrBuilder getCategoryOrBuilder(); /** *
   * A list of optional tags. A tag is just a string which should not contain
   * commas (and other special characters).
   * 
* * repeated string tags = 8; * @return A list containing the tags. */ java.util.List getTagsList(); /** *
   * A list of optional tags. A tag is just a string which should not contain
   * commas (and other special characters).
   * 
* * repeated string tags = 8; * @return The count of tags. */ int getTagsCount(); /** *
   * A list of optional tags. A tag is just a string which should not contain
   * commas (and other special characters).
   * 
* * repeated string tags = 8; * @param index The index of the element to return. * @return The tags at the given index. */ java.lang.String getTags(int index); /** *
   * A list of optional tags. A tag is just a string which should not contain
   * commas (and other special characters).
   * 
* * repeated string tags = 8; * @param index The index of the value to return. * @return The bytes of the tags at the given index. */ com.google.protobuf.ByteString getTagsBytes(int index); /** *
   * If this entity is part of a library, this field contains the identifier of
   * that library. The identifier is typically just the combination of the
   * library name and version.
   * 
* * string library = 9; * @return The library. */ java.lang.String getLibrary(); /** *
   * If this entity is part of a library, this field contains the identifier of
   * that library. The identifier is typically just the combination of the
   * library name and version.
   * 
* * string library = 9; * @return The bytes for library. */ com.google.protobuf.ByteString getLibraryBytes(); /** * string address = 10; * @return The address. */ java.lang.String getAddress(); /** * string address = 10; * @return The bytes for address. */ com.google.protobuf.ByteString getAddressBytes(); /** * string city = 11; * @return The city. */ java.lang.String getCity(); /** * string city = 11; * @return The bytes for city. */ com.google.protobuf.ByteString getCityBytes(); /** * string country = 12; * @return The country. */ java.lang.String getCountry(); /** * string country = 12; * @return The bytes for country. */ com.google.protobuf.ByteString getCountryBytes(); /** * string email = 13; * @return The email. */ java.lang.String getEmail(); /** * string email = 13; * @return The bytes for email. */ com.google.protobuf.ByteString getEmailBytes(); /** * string telefax = 14; * @return The telefax. */ java.lang.String getTelefax(); /** * string telefax = 14; * @return The bytes for telefax. */ com.google.protobuf.ByteString getTelefaxBytes(); /** * string telephone = 15; * @return The telephone. */ java.lang.String getTelephone(); /** * string telephone = 15; * @return The bytes for telephone. */ com.google.protobuf.ByteString getTelephoneBytes(); /** * string website = 16; * @return The website. */ java.lang.String getWebsite(); /** * string website = 16; * @return The bytes for website. */ com.google.protobuf.ByteString getWebsiteBytes(); /** * string zip_code = 17; * @return The zipCode. */ java.lang.String getZipCode(); /** * string zip_code = 17; * @return The bytes for zipCode. */ com.google.protobuf.ByteString getZipCodeBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy