com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v10/model/tracking.proto
package com.redhat.mercury.openitemmanagement.v10;
public final class TrackingOuterClass {
private TrackingOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public interface TrackingOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.openitemmanagement.v10.Tracking)
com.google.protobuf.MessageOrBuilder {
/**
* .google.protobuf.Any CustomerBillingProcedureInstanceReference = 460759522;
* @return Whether the customerBillingProcedureInstanceReference field is set.
*/
boolean hasCustomerBillingProcedureInstanceReference();
/**
* .google.protobuf.Any CustomerBillingProcedureInstanceReference = 460759522;
* @return The customerBillingProcedureInstanceReference.
*/
com.google.protobuf.Any getCustomerBillingProcedureInstanceReference();
/**
* .google.protobuf.Any CustomerBillingProcedureInstanceReference = 460759522;
*/
com.google.protobuf.AnyOrBuilder getCustomerBillingProcedureInstanceReferenceOrBuilder();
/**
* string CustomerBillingParty = 262830010;
* @return The customerBillingParty.
*/
java.lang.String getCustomerBillingParty();
/**
* string CustomerBillingParty = 262830010;
* @return The bytes for customerBillingParty.
*/
com.google.protobuf.ByteString
getCustomerBillingPartyBytes();
/**
* string CustomerBillingAddress = 68207467;
* @return The customerBillingAddress.
*/
java.lang.String getCustomerBillingAddress();
/**
* string CustomerBillingAddress = 68207467;
* @return The bytes for customerBillingAddress.
*/
com.google.protobuf.ByteString
getCustomerBillingAddressBytes();
/**
* string CustomerBillingPeriod = 445887681;
* @return The customerBillingPeriod.
*/
java.lang.String getCustomerBillingPeriod();
/**
* string CustomerBillingPeriod = 445887681;
* @return The bytes for customerBillingPeriod.
*/
com.google.protobuf.ByteString
getCustomerBillingPeriodBytes();
/**
* string CustomerBillingStatement = 324457135;
* @return The customerBillingStatement.
*/
java.lang.String getCustomerBillingStatement();
/**
* string CustomerBillingStatement = 324457135;
* @return The bytes for customerBillingStatement.
*/
com.google.protobuf.ByteString
getCustomerBillingStatementBytes();
/**
* float CustomerBillingAmount = 23760728;
* @return The customerBillingAmount.
*/
float getCustomerBillingAmount();
}
/**
* Protobuf type {@code com.redhat.mercury.openitemmanagement.v10.Tracking}
*/
public static final class Tracking extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.openitemmanagement.v10.Tracking)
TrackingOrBuilder {
private static final long serialVersionUID = 0L;
// Use Tracking.newBuilder() to construct.
private Tracking(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Tracking() {
customerBillingParty_ = "";
customerBillingAddress_ = "";
customerBillingPeriod_ = "";
customerBillingStatement_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new Tracking();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Tracking(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 190085829: {
customerBillingAmount_ = input.readFloat();
break;
}
case 545659738: {
java.lang.String s = input.readStringRequireUtf8();
customerBillingAddress_ = s;
break;
}
case 2102640082: {
java.lang.String s = input.readStringRequireUtf8();
customerBillingParty_ = s;
break;
}
case -1699310214: {
java.lang.String s = input.readStringRequireUtf8();
customerBillingStatement_ = s;
break;
}
case -727865846: {
java.lang.String s = input.readStringRequireUtf8();
customerBillingPeriod_ = s;
break;
}
case -608891118: {
com.google.protobuf.Any.Builder subBuilder = null;
if (customerBillingProcedureInstanceReference_ != null) {
subBuilder = customerBillingProcedureInstanceReference_.toBuilder();
}
customerBillingProcedureInstanceReference_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(customerBillingProcedureInstanceReference_);
customerBillingProcedureInstanceReference_ = subBuilder.buildPartial();
}
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.internal_static_com_redhat_mercury_openitemmanagement_v10_Tracking_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.internal_static_com_redhat_mercury_openitemmanagement_v10_Tracking_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking.class, com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking.Builder.class);
}
public static final int CUSTOMERBILLINGPROCEDUREINSTANCEREFERENCE_FIELD_NUMBER = 460759522;
private com.google.protobuf.Any customerBillingProcedureInstanceReference_;
/**
* .google.protobuf.Any CustomerBillingProcedureInstanceReference = 460759522;
* @return Whether the customerBillingProcedureInstanceReference field is set.
*/
@java.lang.Override
public boolean hasCustomerBillingProcedureInstanceReference() {
return customerBillingProcedureInstanceReference_ != null;
}
/**
* .google.protobuf.Any CustomerBillingProcedureInstanceReference = 460759522;
* @return The customerBillingProcedureInstanceReference.
*/
@java.lang.Override
public com.google.protobuf.Any getCustomerBillingProcedureInstanceReference() {
return customerBillingProcedureInstanceReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : customerBillingProcedureInstanceReference_;
}
/**
* .google.protobuf.Any CustomerBillingProcedureInstanceReference = 460759522;
*/
@java.lang.Override
public com.google.protobuf.AnyOrBuilder getCustomerBillingProcedureInstanceReferenceOrBuilder() {
return getCustomerBillingProcedureInstanceReference();
}
public static final int CUSTOMERBILLINGPARTY_FIELD_NUMBER = 262830010;
private volatile java.lang.Object customerBillingParty_;
/**
* string CustomerBillingParty = 262830010;
* @return The customerBillingParty.
*/
@java.lang.Override
public java.lang.String getCustomerBillingParty() {
java.lang.Object ref = customerBillingParty_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerBillingParty_ = s;
return s;
}
}
/**
* string CustomerBillingParty = 262830010;
* @return The bytes for customerBillingParty.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerBillingPartyBytes() {
java.lang.Object ref = customerBillingParty_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerBillingParty_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERBILLINGADDRESS_FIELD_NUMBER = 68207467;
private volatile java.lang.Object customerBillingAddress_;
/**
* string CustomerBillingAddress = 68207467;
* @return The customerBillingAddress.
*/
@java.lang.Override
public java.lang.String getCustomerBillingAddress() {
java.lang.Object ref = customerBillingAddress_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerBillingAddress_ = s;
return s;
}
}
/**
* string CustomerBillingAddress = 68207467;
* @return The bytes for customerBillingAddress.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerBillingAddressBytes() {
java.lang.Object ref = customerBillingAddress_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerBillingAddress_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERBILLINGPERIOD_FIELD_NUMBER = 445887681;
private volatile java.lang.Object customerBillingPeriod_;
/**
* string CustomerBillingPeriod = 445887681;
* @return The customerBillingPeriod.
*/
@java.lang.Override
public java.lang.String getCustomerBillingPeriod() {
java.lang.Object ref = customerBillingPeriod_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerBillingPeriod_ = s;
return s;
}
}
/**
* string CustomerBillingPeriod = 445887681;
* @return The bytes for customerBillingPeriod.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerBillingPeriodBytes() {
java.lang.Object ref = customerBillingPeriod_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerBillingPeriod_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERBILLINGSTATEMENT_FIELD_NUMBER = 324457135;
private volatile java.lang.Object customerBillingStatement_;
/**
* string CustomerBillingStatement = 324457135;
* @return The customerBillingStatement.
*/
@java.lang.Override
public java.lang.String getCustomerBillingStatement() {
java.lang.Object ref = customerBillingStatement_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerBillingStatement_ = s;
return s;
}
}
/**
* string CustomerBillingStatement = 324457135;
* @return The bytes for customerBillingStatement.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerBillingStatementBytes() {
java.lang.Object ref = customerBillingStatement_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerBillingStatement_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERBILLINGAMOUNT_FIELD_NUMBER = 23760728;
private float customerBillingAmount_;
/**
* float CustomerBillingAmount = 23760728;
* @return The customerBillingAmount.
*/
@java.lang.Override
public float getCustomerBillingAmount() {
return customerBillingAmount_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (java.lang.Float.floatToRawIntBits(customerBillingAmount_) != 0) {
output.writeFloat(23760728, customerBillingAmount_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerBillingAddress_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 68207467, customerBillingAddress_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerBillingParty_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 262830010, customerBillingParty_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerBillingStatement_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 324457135, customerBillingStatement_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerBillingPeriod_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 445887681, customerBillingPeriod_);
}
if (customerBillingProcedureInstanceReference_ != null) {
output.writeMessage(460759522, getCustomerBillingProcedureInstanceReference());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (java.lang.Float.floatToRawIntBits(customerBillingAmount_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(23760728, customerBillingAmount_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerBillingAddress_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(68207467, customerBillingAddress_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerBillingParty_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(262830010, customerBillingParty_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerBillingStatement_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(324457135, customerBillingStatement_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerBillingPeriod_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(445887681, customerBillingPeriod_);
}
if (customerBillingProcedureInstanceReference_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(460759522, getCustomerBillingProcedureInstanceReference());
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking)) {
return super.equals(obj);
}
com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking other = (com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking) obj;
if (hasCustomerBillingProcedureInstanceReference() != other.hasCustomerBillingProcedureInstanceReference()) return false;
if (hasCustomerBillingProcedureInstanceReference()) {
if (!getCustomerBillingProcedureInstanceReference()
.equals(other.getCustomerBillingProcedureInstanceReference())) return false;
}
if (!getCustomerBillingParty()
.equals(other.getCustomerBillingParty())) return false;
if (!getCustomerBillingAddress()
.equals(other.getCustomerBillingAddress())) return false;
if (!getCustomerBillingPeriod()
.equals(other.getCustomerBillingPeriod())) return false;
if (!getCustomerBillingStatement()
.equals(other.getCustomerBillingStatement())) return false;
if (java.lang.Float.floatToIntBits(getCustomerBillingAmount())
!= java.lang.Float.floatToIntBits(
other.getCustomerBillingAmount())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasCustomerBillingProcedureInstanceReference()) {
hash = (37 * hash) + CUSTOMERBILLINGPROCEDUREINSTANCEREFERENCE_FIELD_NUMBER;
hash = (53 * hash) + getCustomerBillingProcedureInstanceReference().hashCode();
}
hash = (37 * hash) + CUSTOMERBILLINGPARTY_FIELD_NUMBER;
hash = (53 * hash) + getCustomerBillingParty().hashCode();
hash = (37 * hash) + CUSTOMERBILLINGADDRESS_FIELD_NUMBER;
hash = (53 * hash) + getCustomerBillingAddress().hashCode();
hash = (37 * hash) + CUSTOMERBILLINGPERIOD_FIELD_NUMBER;
hash = (53 * hash) + getCustomerBillingPeriod().hashCode();
hash = (37 * hash) + CUSTOMERBILLINGSTATEMENT_FIELD_NUMBER;
hash = (53 * hash) + getCustomerBillingStatement().hashCode();
hash = (37 * hash) + CUSTOMERBILLINGAMOUNT_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getCustomerBillingAmount());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code com.redhat.mercury.openitemmanagement.v10.Tracking}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.openitemmanagement.v10.Tracking)
com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.TrackingOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.internal_static_com_redhat_mercury_openitemmanagement_v10_Tracking_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.internal_static_com_redhat_mercury_openitemmanagement_v10_Tracking_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking.class, com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking.Builder.class);
}
// Construct using com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (customerBillingProcedureInstanceReferenceBuilder_ == null) {
customerBillingProcedureInstanceReference_ = null;
} else {
customerBillingProcedureInstanceReference_ = null;
customerBillingProcedureInstanceReferenceBuilder_ = null;
}
customerBillingParty_ = "";
customerBillingAddress_ = "";
customerBillingPeriod_ = "";
customerBillingStatement_ = "";
customerBillingAmount_ = 0F;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.internal_static_com_redhat_mercury_openitemmanagement_v10_Tracking_descriptor;
}
@java.lang.Override
public com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking getDefaultInstanceForType() {
return com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking build() {
com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking buildPartial() {
com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking result = new com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking(this);
if (customerBillingProcedureInstanceReferenceBuilder_ == null) {
result.customerBillingProcedureInstanceReference_ = customerBillingProcedureInstanceReference_;
} else {
result.customerBillingProcedureInstanceReference_ = customerBillingProcedureInstanceReferenceBuilder_.build();
}
result.customerBillingParty_ = customerBillingParty_;
result.customerBillingAddress_ = customerBillingAddress_;
result.customerBillingPeriod_ = customerBillingPeriod_;
result.customerBillingStatement_ = customerBillingStatement_;
result.customerBillingAmount_ = customerBillingAmount_;
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking) {
return mergeFrom((com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking other) {
if (other == com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking.getDefaultInstance()) return this;
if (other.hasCustomerBillingProcedureInstanceReference()) {
mergeCustomerBillingProcedureInstanceReference(other.getCustomerBillingProcedureInstanceReference());
}
if (!other.getCustomerBillingParty().isEmpty()) {
customerBillingParty_ = other.customerBillingParty_;
onChanged();
}
if (!other.getCustomerBillingAddress().isEmpty()) {
customerBillingAddress_ = other.customerBillingAddress_;
onChanged();
}
if (!other.getCustomerBillingPeriod().isEmpty()) {
customerBillingPeriod_ = other.customerBillingPeriod_;
onChanged();
}
if (!other.getCustomerBillingStatement().isEmpty()) {
customerBillingStatement_ = other.customerBillingStatement_;
onChanged();
}
if (other.getCustomerBillingAmount() != 0F) {
setCustomerBillingAmount(other.getCustomerBillingAmount());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private com.google.protobuf.Any customerBillingProcedureInstanceReference_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> customerBillingProcedureInstanceReferenceBuilder_;
/**
* .google.protobuf.Any CustomerBillingProcedureInstanceReference = 460759522;
* @return Whether the customerBillingProcedureInstanceReference field is set.
*/
public boolean hasCustomerBillingProcedureInstanceReference() {
return customerBillingProcedureInstanceReferenceBuilder_ != null || customerBillingProcedureInstanceReference_ != null;
}
/**
* .google.protobuf.Any CustomerBillingProcedureInstanceReference = 460759522;
* @return The customerBillingProcedureInstanceReference.
*/
public com.google.protobuf.Any getCustomerBillingProcedureInstanceReference() {
if (customerBillingProcedureInstanceReferenceBuilder_ == null) {
return customerBillingProcedureInstanceReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : customerBillingProcedureInstanceReference_;
} else {
return customerBillingProcedureInstanceReferenceBuilder_.getMessage();
}
}
/**
* .google.protobuf.Any CustomerBillingProcedureInstanceReference = 460759522;
*/
public Builder setCustomerBillingProcedureInstanceReference(com.google.protobuf.Any value) {
if (customerBillingProcedureInstanceReferenceBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
customerBillingProcedureInstanceReference_ = value;
onChanged();
} else {
customerBillingProcedureInstanceReferenceBuilder_.setMessage(value);
}
return this;
}
/**
* .google.protobuf.Any CustomerBillingProcedureInstanceReference = 460759522;
*/
public Builder setCustomerBillingProcedureInstanceReference(
com.google.protobuf.Any.Builder builderForValue) {
if (customerBillingProcedureInstanceReferenceBuilder_ == null) {
customerBillingProcedureInstanceReference_ = builderForValue.build();
onChanged();
} else {
customerBillingProcedureInstanceReferenceBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .google.protobuf.Any CustomerBillingProcedureInstanceReference = 460759522;
*/
public Builder mergeCustomerBillingProcedureInstanceReference(com.google.protobuf.Any value) {
if (customerBillingProcedureInstanceReferenceBuilder_ == null) {
if (customerBillingProcedureInstanceReference_ != null) {
customerBillingProcedureInstanceReference_ =
com.google.protobuf.Any.newBuilder(customerBillingProcedureInstanceReference_).mergeFrom(value).buildPartial();
} else {
customerBillingProcedureInstanceReference_ = value;
}
onChanged();
} else {
customerBillingProcedureInstanceReferenceBuilder_.mergeFrom(value);
}
return this;
}
/**
* .google.protobuf.Any CustomerBillingProcedureInstanceReference = 460759522;
*/
public Builder clearCustomerBillingProcedureInstanceReference() {
if (customerBillingProcedureInstanceReferenceBuilder_ == null) {
customerBillingProcedureInstanceReference_ = null;
onChanged();
} else {
customerBillingProcedureInstanceReference_ = null;
customerBillingProcedureInstanceReferenceBuilder_ = null;
}
return this;
}
/**
* .google.protobuf.Any CustomerBillingProcedureInstanceReference = 460759522;
*/
public com.google.protobuf.Any.Builder getCustomerBillingProcedureInstanceReferenceBuilder() {
onChanged();
return getCustomerBillingProcedureInstanceReferenceFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Any CustomerBillingProcedureInstanceReference = 460759522;
*/
public com.google.protobuf.AnyOrBuilder getCustomerBillingProcedureInstanceReferenceOrBuilder() {
if (customerBillingProcedureInstanceReferenceBuilder_ != null) {
return customerBillingProcedureInstanceReferenceBuilder_.getMessageOrBuilder();
} else {
return customerBillingProcedureInstanceReference_ == null ?
com.google.protobuf.Any.getDefaultInstance() : customerBillingProcedureInstanceReference_;
}
}
/**
* .google.protobuf.Any CustomerBillingProcedureInstanceReference = 460759522;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>
getCustomerBillingProcedureInstanceReferenceFieldBuilder() {
if (customerBillingProcedureInstanceReferenceBuilder_ == null) {
customerBillingProcedureInstanceReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
getCustomerBillingProcedureInstanceReference(),
getParentForChildren(),
isClean());
customerBillingProcedureInstanceReference_ = null;
}
return customerBillingProcedureInstanceReferenceBuilder_;
}
private java.lang.Object customerBillingParty_ = "";
/**
* string CustomerBillingParty = 262830010;
* @return The customerBillingParty.
*/
public java.lang.String getCustomerBillingParty() {
java.lang.Object ref = customerBillingParty_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerBillingParty_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerBillingParty = 262830010;
* @return The bytes for customerBillingParty.
*/
public com.google.protobuf.ByteString
getCustomerBillingPartyBytes() {
java.lang.Object ref = customerBillingParty_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerBillingParty_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerBillingParty = 262830010;
* @param value The customerBillingParty to set.
* @return This builder for chaining.
*/
public Builder setCustomerBillingParty(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerBillingParty_ = value;
onChanged();
return this;
}
/**
* string CustomerBillingParty = 262830010;
* @return This builder for chaining.
*/
public Builder clearCustomerBillingParty() {
customerBillingParty_ = getDefaultInstance().getCustomerBillingParty();
onChanged();
return this;
}
/**
* string CustomerBillingParty = 262830010;
* @param value The bytes for customerBillingParty to set.
* @return This builder for chaining.
*/
public Builder setCustomerBillingPartyBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerBillingParty_ = value;
onChanged();
return this;
}
private java.lang.Object customerBillingAddress_ = "";
/**
* string CustomerBillingAddress = 68207467;
* @return The customerBillingAddress.
*/
public java.lang.String getCustomerBillingAddress() {
java.lang.Object ref = customerBillingAddress_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerBillingAddress_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerBillingAddress = 68207467;
* @return The bytes for customerBillingAddress.
*/
public com.google.protobuf.ByteString
getCustomerBillingAddressBytes() {
java.lang.Object ref = customerBillingAddress_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerBillingAddress_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerBillingAddress = 68207467;
* @param value The customerBillingAddress to set.
* @return This builder for chaining.
*/
public Builder setCustomerBillingAddress(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerBillingAddress_ = value;
onChanged();
return this;
}
/**
* string CustomerBillingAddress = 68207467;
* @return This builder for chaining.
*/
public Builder clearCustomerBillingAddress() {
customerBillingAddress_ = getDefaultInstance().getCustomerBillingAddress();
onChanged();
return this;
}
/**
* string CustomerBillingAddress = 68207467;
* @param value The bytes for customerBillingAddress to set.
* @return This builder for chaining.
*/
public Builder setCustomerBillingAddressBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerBillingAddress_ = value;
onChanged();
return this;
}
private java.lang.Object customerBillingPeriod_ = "";
/**
* string CustomerBillingPeriod = 445887681;
* @return The customerBillingPeriod.
*/
public java.lang.String getCustomerBillingPeriod() {
java.lang.Object ref = customerBillingPeriod_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerBillingPeriod_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerBillingPeriod = 445887681;
* @return The bytes for customerBillingPeriod.
*/
public com.google.protobuf.ByteString
getCustomerBillingPeriodBytes() {
java.lang.Object ref = customerBillingPeriod_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerBillingPeriod_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerBillingPeriod = 445887681;
* @param value The customerBillingPeriod to set.
* @return This builder for chaining.
*/
public Builder setCustomerBillingPeriod(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerBillingPeriod_ = value;
onChanged();
return this;
}
/**
* string CustomerBillingPeriod = 445887681;
* @return This builder for chaining.
*/
public Builder clearCustomerBillingPeriod() {
customerBillingPeriod_ = getDefaultInstance().getCustomerBillingPeriod();
onChanged();
return this;
}
/**
* string CustomerBillingPeriod = 445887681;
* @param value The bytes for customerBillingPeriod to set.
* @return This builder for chaining.
*/
public Builder setCustomerBillingPeriodBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerBillingPeriod_ = value;
onChanged();
return this;
}
private java.lang.Object customerBillingStatement_ = "";
/**
* string CustomerBillingStatement = 324457135;
* @return The customerBillingStatement.
*/
public java.lang.String getCustomerBillingStatement() {
java.lang.Object ref = customerBillingStatement_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerBillingStatement_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerBillingStatement = 324457135;
* @return The bytes for customerBillingStatement.
*/
public com.google.protobuf.ByteString
getCustomerBillingStatementBytes() {
java.lang.Object ref = customerBillingStatement_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerBillingStatement_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerBillingStatement = 324457135;
* @param value The customerBillingStatement to set.
* @return This builder for chaining.
*/
public Builder setCustomerBillingStatement(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerBillingStatement_ = value;
onChanged();
return this;
}
/**
* string CustomerBillingStatement = 324457135;
* @return This builder for chaining.
*/
public Builder clearCustomerBillingStatement() {
customerBillingStatement_ = getDefaultInstance().getCustomerBillingStatement();
onChanged();
return this;
}
/**
* string CustomerBillingStatement = 324457135;
* @param value The bytes for customerBillingStatement to set.
* @return This builder for chaining.
*/
public Builder setCustomerBillingStatementBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerBillingStatement_ = value;
onChanged();
return this;
}
private float customerBillingAmount_ ;
/**
* float CustomerBillingAmount = 23760728;
* @return The customerBillingAmount.
*/
@java.lang.Override
public float getCustomerBillingAmount() {
return customerBillingAmount_;
}
/**
* float CustomerBillingAmount = 23760728;
* @param value The customerBillingAmount to set.
* @return This builder for chaining.
*/
public Builder setCustomerBillingAmount(float value) {
customerBillingAmount_ = value;
onChanged();
return this;
}
/**
* float CustomerBillingAmount = 23760728;
* @return This builder for chaining.
*/
public Builder clearCustomerBillingAmount() {
customerBillingAmount_ = 0F;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:com.redhat.mercury.openitemmanagement.v10.Tracking)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.openitemmanagement.v10.Tracking)
private static final com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking();
}
public static com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public Tracking parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new Tracking(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.redhat.mercury.openitemmanagement.v10.TrackingOuterClass.Tracking getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_openitemmanagement_v10_Tracking_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_openitemmanagement_v10_Tracking_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\030v10/model/tracking.proto\022)com.redhat.m" +
"ercury.openitemmanagement.v10\032\031google/pr" +
"otobuf/any.proto\"\206\002\n\010Tracking\022K\n)Custome" +
"rBillingProcedureInstanceReference\030\342\303\332\333\001" +
" \001(\0132\024.google.protobuf.Any\022\037\n\024CustomerBi" +
"llingParty\030\272\357\251} \001(\t\022!\n\026CustomerBillingAd" +
"dress\030\353\206\303 \001(\t\022!\n\025CustomerBillingPeriod\030" +
"\301\351\316\324\001 \001(\t\022$\n\030CustomerBillingStatement\030\257\245" +
"\333\232\001 \001(\t\022 \n\025CustomerBillingAmount\030\330\236\252\013 \001(" +
"\002P\000b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.AnyProto.getDescriptor(),
});
internal_static_com_redhat_mercury_openitemmanagement_v10_Tracking_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_redhat_mercury_openitemmanagement_v10_Tracking_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_openitemmanagement_v10_Tracking_descriptor,
new java.lang.String[] { "CustomerBillingProcedureInstanceReference", "CustomerBillingParty", "CustomerBillingAddress", "CustomerBillingPeriod", "CustomerBillingStatement", "CustomerBillingAmount", });
com.google.protobuf.AnyProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy