Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v10/model/initiate_ecm_and_dcm_facility_response_ecm_and_dcm_facility.proto
package com.redhat.mercury.ecmanddcm.v10;
public final class InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility {
private InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility() {}
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 InitiateECMAndDCMFacilityResponseECMAndDCMFacilityOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.ecmanddcm.v10.InitiateECMAndDCMFacilityResponseECMAndDCMFacility)
com.google.protobuf.MessageOrBuilder {
/**
* .google.protobuf.Any ProductInstanceReference = 153376039;
* @return Whether the productInstanceReference field is set.
*/
boolean hasProductInstanceReference();
/**
* .google.protobuf.Any ProductInstanceReference = 153376039;
* @return The productInstanceReference.
*/
com.google.protobuf.Any getProductInstanceReference();
/**
* .google.protobuf.Any ProductInstanceReference = 153376039;
*/
com.google.protobuf.AnyOrBuilder getProductInstanceReferenceOrBuilder();
/**
* .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
* @return Whether the documentDirectoryEntryInstanceReference field is set.
*/
boolean hasDocumentDirectoryEntryInstanceReference();
/**
* .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
* @return The documentDirectoryEntryInstanceReference.
*/
com.google.protobuf.Any getDocumentDirectoryEntryInstanceReference();
/**
* .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
*/
com.google.protobuf.AnyOrBuilder getDocumentDirectoryEntryInstanceReferenceOrBuilder();
/**
* string Associations = 136185909;
* @return The associations.
*/
java.lang.String getAssociations();
/**
* string Associations = 136185909;
* @return The bytes for associations.
*/
com.google.protobuf.ByteString
getAssociationsBytes();
/**
* string AssociationType = 516910908;
* @return The associationType.
*/
java.lang.String getAssociationType();
/**
* string AssociationType = 516910908;
* @return The bytes for associationType.
*/
com.google.protobuf.ByteString
getAssociationTypeBytes();
/**
* string AssociationObligationOrEntitlement = 71015223;
* @return The associationObligationOrEntitlement.
*/
java.lang.String getAssociationObligationOrEntitlement();
/**
* string AssociationObligationOrEntitlement = 71015223;
* @return The bytes for associationObligationOrEntitlement.
*/
com.google.protobuf.ByteString
getAssociationObligationOrEntitlementBytes();
/**
* .google.protobuf.Any AssociationReference = 142817259;
* @return Whether the associationReference field is set.
*/
boolean hasAssociationReference();
/**
* .google.protobuf.Any AssociationReference = 142817259;
* @return The associationReference.
*/
com.google.protobuf.Any getAssociationReference();
/**
* .google.protobuf.Any AssociationReference = 142817259;
*/
com.google.protobuf.AnyOrBuilder getAssociationReferenceOrBuilder();
/**
* string ECMAndDCMFulfillmentSchedule = 486027794;
* @return The eCMAndDCMFulfillmentSchedule.
*/
java.lang.String getECMAndDCMFulfillmentSchedule();
/**
* string ECMAndDCMFulfillmentSchedule = 486027794;
* @return The bytes for eCMAndDCMFulfillmentSchedule.
*/
com.google.protobuf.ByteString
getECMAndDCMFulfillmentScheduleBytes();
/**
* string DateType = 246796331;
* @return The dateType.
*/
java.lang.String getDateType();
/**
* string DateType = 246796331;
* @return The bytes for dateType.
*/
com.google.protobuf.ByteString
getDateTypeBytes();
/**
* string ECMAndDCMInstrumentRecord = 347341314;
* @return The eCMAndDCMInstrumentRecord.
*/
java.lang.String getECMAndDCMInstrumentRecord();
/**
* string ECMAndDCMInstrumentRecord = 347341314;
* @return The bytes for eCMAndDCMInstrumentRecord.
*/
com.google.protobuf.ByteString
getECMAndDCMInstrumentRecordBytes();
}
/**
* Protobuf type {@code com.redhat.mercury.ecmanddcm.v10.InitiateECMAndDCMFacilityResponseECMAndDCMFacility}
*/
public static final class InitiateECMAndDCMFacilityResponseECMAndDCMFacility extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.ecmanddcm.v10.InitiateECMAndDCMFacilityResponseECMAndDCMFacility)
InitiateECMAndDCMFacilityResponseECMAndDCMFacilityOrBuilder {
private static final long serialVersionUID = 0L;
// Use InitiateECMAndDCMFacilityResponseECMAndDCMFacility.newBuilder() to construct.
private InitiateECMAndDCMFacilityResponseECMAndDCMFacility(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private InitiateECMAndDCMFacilityResponseECMAndDCMFacility() {
associations_ = "";
associationType_ = "";
associationObligationOrEntitlement_ = "";
eCMAndDCMFulfillmentSchedule_ = "";
dateType_ = "";
eCMAndDCMInstrumentRecord_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new InitiateECMAndDCMFacilityResponseECMAndDCMFacility();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private InitiateECMAndDCMFacilityResponseECMAndDCMFacility(
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 568121786: {
java.lang.String s = input.readStringRequireUtf8();
associationObligationOrEntitlement_ = s;
break;
}
case 1089487274: {
java.lang.String s = input.readStringRequireUtf8();
associations_ = s;
break;
}
case 1142538074: {
com.google.protobuf.Any.Builder subBuilder = null;
if (associationReference_ != null) {
subBuilder = associationReference_.toBuilder();
}
associationReference_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(associationReference_);
associationReference_ = subBuilder.buildPartial();
}
break;
}
case 1227008314: {
com.google.protobuf.Any.Builder subBuilder = null;
if (productInstanceReference_ != null) {
subBuilder = productInstanceReference_.toBuilder();
}
productInstanceReference_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(productInstanceReference_);
productInstanceReference_ = subBuilder.buildPartial();
}
break;
}
case 1974370650: {
java.lang.String s = input.readStringRequireUtf8();
dateType_ = s;
break;
}
case -1516236782: {
java.lang.String s = input.readStringRequireUtf8();
eCMAndDCMInstrumentRecord_ = s;
break;
}
case -406744942: {
java.lang.String s = input.readStringRequireUtf8();
eCMAndDCMFulfillmentSchedule_ = s;
break;
}
case -223055766: {
com.google.protobuf.Any.Builder subBuilder = null;
if (documentDirectoryEntryInstanceReference_ != null) {
subBuilder = documentDirectoryEntryInstanceReference_.toBuilder();
}
documentDirectoryEntryInstanceReference_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(documentDirectoryEntryInstanceReference_);
documentDirectoryEntryInstanceReference_ = subBuilder.buildPartial();
}
break;
}
case -159680030: {
java.lang.String s = input.readStringRequireUtf8();
associationType_ = s;
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.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.internal_static_com_redhat_mercury_ecmanddcm_v10_InitiateECMAndDCMFacilityResponseECMAndDCMFacility_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.internal_static_com_redhat_mercury_ecmanddcm_v10_InitiateECMAndDCMFacilityResponseECMAndDCMFacility_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility.class, com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility.Builder.class);
}
public static final int PRODUCTINSTANCEREFERENCE_FIELD_NUMBER = 153376039;
private com.google.protobuf.Any productInstanceReference_;
/**
* .google.protobuf.Any ProductInstanceReference = 153376039;
* @return Whether the productInstanceReference field is set.
*/
@java.lang.Override
public boolean hasProductInstanceReference() {
return productInstanceReference_ != null;
}
/**
* .google.protobuf.Any ProductInstanceReference = 153376039;
* @return The productInstanceReference.
*/
@java.lang.Override
public com.google.protobuf.Any getProductInstanceReference() {
return productInstanceReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : productInstanceReference_;
}
/**
* .google.protobuf.Any ProductInstanceReference = 153376039;
*/
@java.lang.Override
public com.google.protobuf.AnyOrBuilder getProductInstanceReferenceOrBuilder() {
return getProductInstanceReference();
}
public static final int DOCUMENTDIRECTORYENTRYINSTANCEREFERENCE_FIELD_NUMBER = 508988941;
private com.google.protobuf.Any documentDirectoryEntryInstanceReference_;
/**
* .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
* @return Whether the documentDirectoryEntryInstanceReference field is set.
*/
@java.lang.Override
public boolean hasDocumentDirectoryEntryInstanceReference() {
return documentDirectoryEntryInstanceReference_ != null;
}
/**
* .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
* @return The documentDirectoryEntryInstanceReference.
*/
@java.lang.Override
public com.google.protobuf.Any getDocumentDirectoryEntryInstanceReference() {
return documentDirectoryEntryInstanceReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : documentDirectoryEntryInstanceReference_;
}
/**
* .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
*/
@java.lang.Override
public com.google.protobuf.AnyOrBuilder getDocumentDirectoryEntryInstanceReferenceOrBuilder() {
return getDocumentDirectoryEntryInstanceReference();
}
public static final int ASSOCIATIONS_FIELD_NUMBER = 136185909;
private volatile java.lang.Object associations_;
/**
* string Associations = 136185909;
* @return The associations.
*/
@java.lang.Override
public java.lang.String getAssociations() {
java.lang.Object ref = associations_;
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();
associations_ = s;
return s;
}
}
/**
* string Associations = 136185909;
* @return The bytes for associations.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAssociationsBytes() {
java.lang.Object ref = associations_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
associations_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ASSOCIATIONTYPE_FIELD_NUMBER = 516910908;
private volatile java.lang.Object associationType_;
/**
* string AssociationType = 516910908;
* @return The associationType.
*/
@java.lang.Override
public java.lang.String getAssociationType() {
java.lang.Object ref = associationType_;
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();
associationType_ = s;
return s;
}
}
/**
* string AssociationType = 516910908;
* @return The bytes for associationType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAssociationTypeBytes() {
java.lang.Object ref = associationType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
associationType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ASSOCIATIONOBLIGATIONORENTITLEMENT_FIELD_NUMBER = 71015223;
private volatile java.lang.Object associationObligationOrEntitlement_;
/**
* string AssociationObligationOrEntitlement = 71015223;
* @return The associationObligationOrEntitlement.
*/
@java.lang.Override
public java.lang.String getAssociationObligationOrEntitlement() {
java.lang.Object ref = associationObligationOrEntitlement_;
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();
associationObligationOrEntitlement_ = s;
return s;
}
}
/**
* string AssociationObligationOrEntitlement = 71015223;
* @return The bytes for associationObligationOrEntitlement.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAssociationObligationOrEntitlementBytes() {
java.lang.Object ref = associationObligationOrEntitlement_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
associationObligationOrEntitlement_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ASSOCIATIONREFERENCE_FIELD_NUMBER = 142817259;
private com.google.protobuf.Any associationReference_;
/**
* .google.protobuf.Any AssociationReference = 142817259;
* @return Whether the associationReference field is set.
*/
@java.lang.Override
public boolean hasAssociationReference() {
return associationReference_ != null;
}
/**
* .google.protobuf.Any AssociationReference = 142817259;
* @return The associationReference.
*/
@java.lang.Override
public com.google.protobuf.Any getAssociationReference() {
return associationReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : associationReference_;
}
/**
* .google.protobuf.Any AssociationReference = 142817259;
*/
@java.lang.Override
public com.google.protobuf.AnyOrBuilder getAssociationReferenceOrBuilder() {
return getAssociationReference();
}
public static final int ECMANDDCMFULFILLMENTSCHEDULE_FIELD_NUMBER = 486027794;
private volatile java.lang.Object eCMAndDCMFulfillmentSchedule_;
/**
* string ECMAndDCMFulfillmentSchedule = 486027794;
* @return The eCMAndDCMFulfillmentSchedule.
*/
@java.lang.Override
public java.lang.String getECMAndDCMFulfillmentSchedule() {
java.lang.Object ref = eCMAndDCMFulfillmentSchedule_;
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();
eCMAndDCMFulfillmentSchedule_ = s;
return s;
}
}
/**
* string ECMAndDCMFulfillmentSchedule = 486027794;
* @return The bytes for eCMAndDCMFulfillmentSchedule.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getECMAndDCMFulfillmentScheduleBytes() {
java.lang.Object ref = eCMAndDCMFulfillmentSchedule_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
eCMAndDCMFulfillmentSchedule_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DATETYPE_FIELD_NUMBER = 246796331;
private volatile java.lang.Object dateType_;
/**
* string DateType = 246796331;
* @return The dateType.
*/
@java.lang.Override
public java.lang.String getDateType() {
java.lang.Object ref = dateType_;
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();
dateType_ = s;
return s;
}
}
/**
* string DateType = 246796331;
* @return The bytes for dateType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDateTypeBytes() {
java.lang.Object ref = dateType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
dateType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ECMANDDCMINSTRUMENTRECORD_FIELD_NUMBER = 347341314;
private volatile java.lang.Object eCMAndDCMInstrumentRecord_;
/**
* string ECMAndDCMInstrumentRecord = 347341314;
* @return The eCMAndDCMInstrumentRecord.
*/
@java.lang.Override
public java.lang.String getECMAndDCMInstrumentRecord() {
java.lang.Object ref = eCMAndDCMInstrumentRecord_;
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();
eCMAndDCMInstrumentRecord_ = s;
return s;
}
}
/**
* string ECMAndDCMInstrumentRecord = 347341314;
* @return The bytes for eCMAndDCMInstrumentRecord.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getECMAndDCMInstrumentRecordBytes() {
java.lang.Object ref = eCMAndDCMInstrumentRecord_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
eCMAndDCMInstrumentRecord_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(associationObligationOrEntitlement_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 71015223, associationObligationOrEntitlement_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(associations_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 136185909, associations_);
}
if (associationReference_ != null) {
output.writeMessage(142817259, getAssociationReference());
}
if (productInstanceReference_ != null) {
output.writeMessage(153376039, getProductInstanceReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dateType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 246796331, dateType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(eCMAndDCMInstrumentRecord_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 347341314, eCMAndDCMInstrumentRecord_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(eCMAndDCMFulfillmentSchedule_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 486027794, eCMAndDCMFulfillmentSchedule_);
}
if (documentDirectoryEntryInstanceReference_ != null) {
output.writeMessage(508988941, getDocumentDirectoryEntryInstanceReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(associationType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 516910908, associationType_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(associationObligationOrEntitlement_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(71015223, associationObligationOrEntitlement_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(associations_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(136185909, associations_);
}
if (associationReference_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(142817259, getAssociationReference());
}
if (productInstanceReference_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(153376039, getProductInstanceReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dateType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(246796331, dateType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(eCMAndDCMInstrumentRecord_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(347341314, eCMAndDCMInstrumentRecord_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(eCMAndDCMFulfillmentSchedule_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(486027794, eCMAndDCMFulfillmentSchedule_);
}
if (documentDirectoryEntryInstanceReference_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(508988941, getDocumentDirectoryEntryInstanceReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(associationType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(516910908, associationType_);
}
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.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility)) {
return super.equals(obj);
}
com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility other = (com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility) obj;
if (hasProductInstanceReference() != other.hasProductInstanceReference()) return false;
if (hasProductInstanceReference()) {
if (!getProductInstanceReference()
.equals(other.getProductInstanceReference())) return false;
}
if (hasDocumentDirectoryEntryInstanceReference() != other.hasDocumentDirectoryEntryInstanceReference()) return false;
if (hasDocumentDirectoryEntryInstanceReference()) {
if (!getDocumentDirectoryEntryInstanceReference()
.equals(other.getDocumentDirectoryEntryInstanceReference())) return false;
}
if (!getAssociations()
.equals(other.getAssociations())) return false;
if (!getAssociationType()
.equals(other.getAssociationType())) return false;
if (!getAssociationObligationOrEntitlement()
.equals(other.getAssociationObligationOrEntitlement())) return false;
if (hasAssociationReference() != other.hasAssociationReference()) return false;
if (hasAssociationReference()) {
if (!getAssociationReference()
.equals(other.getAssociationReference())) return false;
}
if (!getECMAndDCMFulfillmentSchedule()
.equals(other.getECMAndDCMFulfillmentSchedule())) return false;
if (!getDateType()
.equals(other.getDateType())) return false;
if (!getECMAndDCMInstrumentRecord()
.equals(other.getECMAndDCMInstrumentRecord())) 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 (hasProductInstanceReference()) {
hash = (37 * hash) + PRODUCTINSTANCEREFERENCE_FIELD_NUMBER;
hash = (53 * hash) + getProductInstanceReference().hashCode();
}
if (hasDocumentDirectoryEntryInstanceReference()) {
hash = (37 * hash) + DOCUMENTDIRECTORYENTRYINSTANCEREFERENCE_FIELD_NUMBER;
hash = (53 * hash) + getDocumentDirectoryEntryInstanceReference().hashCode();
}
hash = (37 * hash) + ASSOCIATIONS_FIELD_NUMBER;
hash = (53 * hash) + getAssociations().hashCode();
hash = (37 * hash) + ASSOCIATIONTYPE_FIELD_NUMBER;
hash = (53 * hash) + getAssociationType().hashCode();
hash = (37 * hash) + ASSOCIATIONOBLIGATIONORENTITLEMENT_FIELD_NUMBER;
hash = (53 * hash) + getAssociationObligationOrEntitlement().hashCode();
if (hasAssociationReference()) {
hash = (37 * hash) + ASSOCIATIONREFERENCE_FIELD_NUMBER;
hash = (53 * hash) + getAssociationReference().hashCode();
}
hash = (37 * hash) + ECMANDDCMFULFILLMENTSCHEDULE_FIELD_NUMBER;
hash = (53 * hash) + getECMAndDCMFulfillmentSchedule().hashCode();
hash = (37 * hash) + DATETYPE_FIELD_NUMBER;
hash = (53 * hash) + getDateType().hashCode();
hash = (37 * hash) + ECMANDDCMINSTRUMENTRECORD_FIELD_NUMBER;
hash = (53 * hash) + getECMAndDCMInstrumentRecord().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility 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.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility 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.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility 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.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility 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.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility 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.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility 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.ecmanddcm.v10.InitiateECMAndDCMFacilityResponseECMAndDCMFacility}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.ecmanddcm.v10.InitiateECMAndDCMFacilityResponseECMAndDCMFacility)
com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacilityOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.internal_static_com_redhat_mercury_ecmanddcm_v10_InitiateECMAndDCMFacilityResponseECMAndDCMFacility_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.internal_static_com_redhat_mercury_ecmanddcm_v10_InitiateECMAndDCMFacilityResponseECMAndDCMFacility_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility.class, com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility.Builder.class);
}
// Construct using com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility.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 (productInstanceReferenceBuilder_ == null) {
productInstanceReference_ = null;
} else {
productInstanceReference_ = null;
productInstanceReferenceBuilder_ = null;
}
if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
documentDirectoryEntryInstanceReference_ = null;
} else {
documentDirectoryEntryInstanceReference_ = null;
documentDirectoryEntryInstanceReferenceBuilder_ = null;
}
associations_ = "";
associationType_ = "";
associationObligationOrEntitlement_ = "";
if (associationReferenceBuilder_ == null) {
associationReference_ = null;
} else {
associationReference_ = null;
associationReferenceBuilder_ = null;
}
eCMAndDCMFulfillmentSchedule_ = "";
dateType_ = "";
eCMAndDCMInstrumentRecord_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.internal_static_com_redhat_mercury_ecmanddcm_v10_InitiateECMAndDCMFacilityResponseECMAndDCMFacility_descriptor;
}
@java.lang.Override
public com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility getDefaultInstanceForType() {
return com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility build() {
com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility buildPartial() {
com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility result = new com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility(this);
if (productInstanceReferenceBuilder_ == null) {
result.productInstanceReference_ = productInstanceReference_;
} else {
result.productInstanceReference_ = productInstanceReferenceBuilder_.build();
}
if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
result.documentDirectoryEntryInstanceReference_ = documentDirectoryEntryInstanceReference_;
} else {
result.documentDirectoryEntryInstanceReference_ = documentDirectoryEntryInstanceReferenceBuilder_.build();
}
result.associations_ = associations_;
result.associationType_ = associationType_;
result.associationObligationOrEntitlement_ = associationObligationOrEntitlement_;
if (associationReferenceBuilder_ == null) {
result.associationReference_ = associationReference_;
} else {
result.associationReference_ = associationReferenceBuilder_.build();
}
result.eCMAndDCMFulfillmentSchedule_ = eCMAndDCMFulfillmentSchedule_;
result.dateType_ = dateType_;
result.eCMAndDCMInstrumentRecord_ = eCMAndDCMInstrumentRecord_;
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.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility) {
return mergeFrom((com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility other) {
if (other == com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility.getDefaultInstance()) return this;
if (other.hasProductInstanceReference()) {
mergeProductInstanceReference(other.getProductInstanceReference());
}
if (other.hasDocumentDirectoryEntryInstanceReference()) {
mergeDocumentDirectoryEntryInstanceReference(other.getDocumentDirectoryEntryInstanceReference());
}
if (!other.getAssociations().isEmpty()) {
associations_ = other.associations_;
onChanged();
}
if (!other.getAssociationType().isEmpty()) {
associationType_ = other.associationType_;
onChanged();
}
if (!other.getAssociationObligationOrEntitlement().isEmpty()) {
associationObligationOrEntitlement_ = other.associationObligationOrEntitlement_;
onChanged();
}
if (other.hasAssociationReference()) {
mergeAssociationReference(other.getAssociationReference());
}
if (!other.getECMAndDCMFulfillmentSchedule().isEmpty()) {
eCMAndDCMFulfillmentSchedule_ = other.eCMAndDCMFulfillmentSchedule_;
onChanged();
}
if (!other.getDateType().isEmpty()) {
dateType_ = other.dateType_;
onChanged();
}
if (!other.getECMAndDCMInstrumentRecord().isEmpty()) {
eCMAndDCMInstrumentRecord_ = other.eCMAndDCMInstrumentRecord_;
onChanged();
}
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.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private com.google.protobuf.Any productInstanceReference_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> productInstanceReferenceBuilder_;
/**
* .google.protobuf.Any ProductInstanceReference = 153376039;
* @return Whether the productInstanceReference field is set.
*/
public boolean hasProductInstanceReference() {
return productInstanceReferenceBuilder_ != null || productInstanceReference_ != null;
}
/**
* .google.protobuf.Any ProductInstanceReference = 153376039;
* @return The productInstanceReference.
*/
public com.google.protobuf.Any getProductInstanceReference() {
if (productInstanceReferenceBuilder_ == null) {
return productInstanceReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : productInstanceReference_;
} else {
return productInstanceReferenceBuilder_.getMessage();
}
}
/**
* .google.protobuf.Any ProductInstanceReference = 153376039;
*/
public Builder setProductInstanceReference(com.google.protobuf.Any value) {
if (productInstanceReferenceBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
productInstanceReference_ = value;
onChanged();
} else {
productInstanceReferenceBuilder_.setMessage(value);
}
return this;
}
/**
* .google.protobuf.Any ProductInstanceReference = 153376039;
*/
public Builder setProductInstanceReference(
com.google.protobuf.Any.Builder builderForValue) {
if (productInstanceReferenceBuilder_ == null) {
productInstanceReference_ = builderForValue.build();
onChanged();
} else {
productInstanceReferenceBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .google.protobuf.Any ProductInstanceReference = 153376039;
*/
public Builder mergeProductInstanceReference(com.google.protobuf.Any value) {
if (productInstanceReferenceBuilder_ == null) {
if (productInstanceReference_ != null) {
productInstanceReference_ =
com.google.protobuf.Any.newBuilder(productInstanceReference_).mergeFrom(value).buildPartial();
} else {
productInstanceReference_ = value;
}
onChanged();
} else {
productInstanceReferenceBuilder_.mergeFrom(value);
}
return this;
}
/**
* .google.protobuf.Any ProductInstanceReference = 153376039;
*/
public Builder clearProductInstanceReference() {
if (productInstanceReferenceBuilder_ == null) {
productInstanceReference_ = null;
onChanged();
} else {
productInstanceReference_ = null;
productInstanceReferenceBuilder_ = null;
}
return this;
}
/**
* .google.protobuf.Any ProductInstanceReference = 153376039;
*/
public com.google.protobuf.Any.Builder getProductInstanceReferenceBuilder() {
onChanged();
return getProductInstanceReferenceFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Any ProductInstanceReference = 153376039;
*/
public com.google.protobuf.AnyOrBuilder getProductInstanceReferenceOrBuilder() {
if (productInstanceReferenceBuilder_ != null) {
return productInstanceReferenceBuilder_.getMessageOrBuilder();
} else {
return productInstanceReference_ == null ?
com.google.protobuf.Any.getDefaultInstance() : productInstanceReference_;
}
}
/**
* .google.protobuf.Any ProductInstanceReference = 153376039;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>
getProductInstanceReferenceFieldBuilder() {
if (productInstanceReferenceBuilder_ == null) {
productInstanceReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
getProductInstanceReference(),
getParentForChildren(),
isClean());
productInstanceReference_ = null;
}
return productInstanceReferenceBuilder_;
}
private com.google.protobuf.Any documentDirectoryEntryInstanceReference_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> documentDirectoryEntryInstanceReferenceBuilder_;
/**
* .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
* @return Whether the documentDirectoryEntryInstanceReference field is set.
*/
public boolean hasDocumentDirectoryEntryInstanceReference() {
return documentDirectoryEntryInstanceReferenceBuilder_ != null || documentDirectoryEntryInstanceReference_ != null;
}
/**
* .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
* @return The documentDirectoryEntryInstanceReference.
*/
public com.google.protobuf.Any getDocumentDirectoryEntryInstanceReference() {
if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
return documentDirectoryEntryInstanceReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : documentDirectoryEntryInstanceReference_;
} else {
return documentDirectoryEntryInstanceReferenceBuilder_.getMessage();
}
}
/**
* .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
*/
public Builder setDocumentDirectoryEntryInstanceReference(com.google.protobuf.Any value) {
if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
documentDirectoryEntryInstanceReference_ = value;
onChanged();
} else {
documentDirectoryEntryInstanceReferenceBuilder_.setMessage(value);
}
return this;
}
/**
* .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
*/
public Builder setDocumentDirectoryEntryInstanceReference(
com.google.protobuf.Any.Builder builderForValue) {
if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
documentDirectoryEntryInstanceReference_ = builderForValue.build();
onChanged();
} else {
documentDirectoryEntryInstanceReferenceBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
*/
public Builder mergeDocumentDirectoryEntryInstanceReference(com.google.protobuf.Any value) {
if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
if (documentDirectoryEntryInstanceReference_ != null) {
documentDirectoryEntryInstanceReference_ =
com.google.protobuf.Any.newBuilder(documentDirectoryEntryInstanceReference_).mergeFrom(value).buildPartial();
} else {
documentDirectoryEntryInstanceReference_ = value;
}
onChanged();
} else {
documentDirectoryEntryInstanceReferenceBuilder_.mergeFrom(value);
}
return this;
}
/**
* .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
*/
public Builder clearDocumentDirectoryEntryInstanceReference() {
if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
documentDirectoryEntryInstanceReference_ = null;
onChanged();
} else {
documentDirectoryEntryInstanceReference_ = null;
documentDirectoryEntryInstanceReferenceBuilder_ = null;
}
return this;
}
/**
* .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
*/
public com.google.protobuf.Any.Builder getDocumentDirectoryEntryInstanceReferenceBuilder() {
onChanged();
return getDocumentDirectoryEntryInstanceReferenceFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
*/
public com.google.protobuf.AnyOrBuilder getDocumentDirectoryEntryInstanceReferenceOrBuilder() {
if (documentDirectoryEntryInstanceReferenceBuilder_ != null) {
return documentDirectoryEntryInstanceReferenceBuilder_.getMessageOrBuilder();
} else {
return documentDirectoryEntryInstanceReference_ == null ?
com.google.protobuf.Any.getDefaultInstance() : documentDirectoryEntryInstanceReference_;
}
}
/**
* .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>
getDocumentDirectoryEntryInstanceReferenceFieldBuilder() {
if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
documentDirectoryEntryInstanceReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
getDocumentDirectoryEntryInstanceReference(),
getParentForChildren(),
isClean());
documentDirectoryEntryInstanceReference_ = null;
}
return documentDirectoryEntryInstanceReferenceBuilder_;
}
private java.lang.Object associations_ = "";
/**
* string Associations = 136185909;
* @return The associations.
*/
public java.lang.String getAssociations() {
java.lang.Object ref = associations_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
associations_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string Associations = 136185909;
* @return The bytes for associations.
*/
public com.google.protobuf.ByteString
getAssociationsBytes() {
java.lang.Object ref = associations_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
associations_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string Associations = 136185909;
* @param value The associations to set.
* @return This builder for chaining.
*/
public Builder setAssociations(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
associations_ = value;
onChanged();
return this;
}
/**
* string Associations = 136185909;
* @return This builder for chaining.
*/
public Builder clearAssociations() {
associations_ = getDefaultInstance().getAssociations();
onChanged();
return this;
}
/**
* string Associations = 136185909;
* @param value The bytes for associations to set.
* @return This builder for chaining.
*/
public Builder setAssociationsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
associations_ = value;
onChanged();
return this;
}
private java.lang.Object associationType_ = "";
/**
* string AssociationType = 516910908;
* @return The associationType.
*/
public java.lang.String getAssociationType() {
java.lang.Object ref = associationType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
associationType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string AssociationType = 516910908;
* @return The bytes for associationType.
*/
public com.google.protobuf.ByteString
getAssociationTypeBytes() {
java.lang.Object ref = associationType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
associationType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string AssociationType = 516910908;
* @param value The associationType to set.
* @return This builder for chaining.
*/
public Builder setAssociationType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
associationType_ = value;
onChanged();
return this;
}
/**
* string AssociationType = 516910908;
* @return This builder for chaining.
*/
public Builder clearAssociationType() {
associationType_ = getDefaultInstance().getAssociationType();
onChanged();
return this;
}
/**
* string AssociationType = 516910908;
* @param value The bytes for associationType to set.
* @return This builder for chaining.
*/
public Builder setAssociationTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
associationType_ = value;
onChanged();
return this;
}
private java.lang.Object associationObligationOrEntitlement_ = "";
/**
* string AssociationObligationOrEntitlement = 71015223;
* @return The associationObligationOrEntitlement.
*/
public java.lang.String getAssociationObligationOrEntitlement() {
java.lang.Object ref = associationObligationOrEntitlement_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
associationObligationOrEntitlement_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string AssociationObligationOrEntitlement = 71015223;
* @return The bytes for associationObligationOrEntitlement.
*/
public com.google.protobuf.ByteString
getAssociationObligationOrEntitlementBytes() {
java.lang.Object ref = associationObligationOrEntitlement_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
associationObligationOrEntitlement_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string AssociationObligationOrEntitlement = 71015223;
* @param value The associationObligationOrEntitlement to set.
* @return This builder for chaining.
*/
public Builder setAssociationObligationOrEntitlement(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
associationObligationOrEntitlement_ = value;
onChanged();
return this;
}
/**
* string AssociationObligationOrEntitlement = 71015223;
* @return This builder for chaining.
*/
public Builder clearAssociationObligationOrEntitlement() {
associationObligationOrEntitlement_ = getDefaultInstance().getAssociationObligationOrEntitlement();
onChanged();
return this;
}
/**
* string AssociationObligationOrEntitlement = 71015223;
* @param value The bytes for associationObligationOrEntitlement to set.
* @return This builder for chaining.
*/
public Builder setAssociationObligationOrEntitlementBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
associationObligationOrEntitlement_ = value;
onChanged();
return this;
}
private com.google.protobuf.Any associationReference_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> associationReferenceBuilder_;
/**
* .google.protobuf.Any AssociationReference = 142817259;
* @return Whether the associationReference field is set.
*/
public boolean hasAssociationReference() {
return associationReferenceBuilder_ != null || associationReference_ != null;
}
/**
* .google.protobuf.Any AssociationReference = 142817259;
* @return The associationReference.
*/
public com.google.protobuf.Any getAssociationReference() {
if (associationReferenceBuilder_ == null) {
return associationReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : associationReference_;
} else {
return associationReferenceBuilder_.getMessage();
}
}
/**
* .google.protobuf.Any AssociationReference = 142817259;
*/
public Builder setAssociationReference(com.google.protobuf.Any value) {
if (associationReferenceBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
associationReference_ = value;
onChanged();
} else {
associationReferenceBuilder_.setMessage(value);
}
return this;
}
/**
* .google.protobuf.Any AssociationReference = 142817259;
*/
public Builder setAssociationReference(
com.google.protobuf.Any.Builder builderForValue) {
if (associationReferenceBuilder_ == null) {
associationReference_ = builderForValue.build();
onChanged();
} else {
associationReferenceBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .google.protobuf.Any AssociationReference = 142817259;
*/
public Builder mergeAssociationReference(com.google.protobuf.Any value) {
if (associationReferenceBuilder_ == null) {
if (associationReference_ != null) {
associationReference_ =
com.google.protobuf.Any.newBuilder(associationReference_).mergeFrom(value).buildPartial();
} else {
associationReference_ = value;
}
onChanged();
} else {
associationReferenceBuilder_.mergeFrom(value);
}
return this;
}
/**
* .google.protobuf.Any AssociationReference = 142817259;
*/
public Builder clearAssociationReference() {
if (associationReferenceBuilder_ == null) {
associationReference_ = null;
onChanged();
} else {
associationReference_ = null;
associationReferenceBuilder_ = null;
}
return this;
}
/**
* .google.protobuf.Any AssociationReference = 142817259;
*/
public com.google.protobuf.Any.Builder getAssociationReferenceBuilder() {
onChanged();
return getAssociationReferenceFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Any AssociationReference = 142817259;
*/
public com.google.protobuf.AnyOrBuilder getAssociationReferenceOrBuilder() {
if (associationReferenceBuilder_ != null) {
return associationReferenceBuilder_.getMessageOrBuilder();
} else {
return associationReference_ == null ?
com.google.protobuf.Any.getDefaultInstance() : associationReference_;
}
}
/**
* .google.protobuf.Any AssociationReference = 142817259;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>
getAssociationReferenceFieldBuilder() {
if (associationReferenceBuilder_ == null) {
associationReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
getAssociationReference(),
getParentForChildren(),
isClean());
associationReference_ = null;
}
return associationReferenceBuilder_;
}
private java.lang.Object eCMAndDCMFulfillmentSchedule_ = "";
/**
* string ECMAndDCMFulfillmentSchedule = 486027794;
* @return The eCMAndDCMFulfillmentSchedule.
*/
public java.lang.String getECMAndDCMFulfillmentSchedule() {
java.lang.Object ref = eCMAndDCMFulfillmentSchedule_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
eCMAndDCMFulfillmentSchedule_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string ECMAndDCMFulfillmentSchedule = 486027794;
* @return The bytes for eCMAndDCMFulfillmentSchedule.
*/
public com.google.protobuf.ByteString
getECMAndDCMFulfillmentScheduleBytes() {
java.lang.Object ref = eCMAndDCMFulfillmentSchedule_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
eCMAndDCMFulfillmentSchedule_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string ECMAndDCMFulfillmentSchedule = 486027794;
* @param value The eCMAndDCMFulfillmentSchedule to set.
* @return This builder for chaining.
*/
public Builder setECMAndDCMFulfillmentSchedule(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
eCMAndDCMFulfillmentSchedule_ = value;
onChanged();
return this;
}
/**
* string ECMAndDCMFulfillmentSchedule = 486027794;
* @return This builder for chaining.
*/
public Builder clearECMAndDCMFulfillmentSchedule() {
eCMAndDCMFulfillmentSchedule_ = getDefaultInstance().getECMAndDCMFulfillmentSchedule();
onChanged();
return this;
}
/**
* string ECMAndDCMFulfillmentSchedule = 486027794;
* @param value The bytes for eCMAndDCMFulfillmentSchedule to set.
* @return This builder for chaining.
*/
public Builder setECMAndDCMFulfillmentScheduleBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
eCMAndDCMFulfillmentSchedule_ = value;
onChanged();
return this;
}
private java.lang.Object dateType_ = "";
/**
* string DateType = 246796331;
* @return The dateType.
*/
public java.lang.String getDateType() {
java.lang.Object ref = dateType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
dateType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string DateType = 246796331;
* @return The bytes for dateType.
*/
public com.google.protobuf.ByteString
getDateTypeBytes() {
java.lang.Object ref = dateType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
dateType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string DateType = 246796331;
* @param value The dateType to set.
* @return This builder for chaining.
*/
public Builder setDateType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
dateType_ = value;
onChanged();
return this;
}
/**
* string DateType = 246796331;
* @return This builder for chaining.
*/
public Builder clearDateType() {
dateType_ = getDefaultInstance().getDateType();
onChanged();
return this;
}
/**
* string DateType = 246796331;
* @param value The bytes for dateType to set.
* @return This builder for chaining.
*/
public Builder setDateTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
dateType_ = value;
onChanged();
return this;
}
private java.lang.Object eCMAndDCMInstrumentRecord_ = "";
/**
* string ECMAndDCMInstrumentRecord = 347341314;
* @return The eCMAndDCMInstrumentRecord.
*/
public java.lang.String getECMAndDCMInstrumentRecord() {
java.lang.Object ref = eCMAndDCMInstrumentRecord_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
eCMAndDCMInstrumentRecord_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string ECMAndDCMInstrumentRecord = 347341314;
* @return The bytes for eCMAndDCMInstrumentRecord.
*/
public com.google.protobuf.ByteString
getECMAndDCMInstrumentRecordBytes() {
java.lang.Object ref = eCMAndDCMInstrumentRecord_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
eCMAndDCMInstrumentRecord_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string ECMAndDCMInstrumentRecord = 347341314;
* @param value The eCMAndDCMInstrumentRecord to set.
* @return This builder for chaining.
*/
public Builder setECMAndDCMInstrumentRecord(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
eCMAndDCMInstrumentRecord_ = value;
onChanged();
return this;
}
/**
* string ECMAndDCMInstrumentRecord = 347341314;
* @return This builder for chaining.
*/
public Builder clearECMAndDCMInstrumentRecord() {
eCMAndDCMInstrumentRecord_ = getDefaultInstance().getECMAndDCMInstrumentRecord();
onChanged();
return this;
}
/**
* string ECMAndDCMInstrumentRecord = 347341314;
* @param value The bytes for eCMAndDCMInstrumentRecord to set.
* @return This builder for chaining.
*/
public Builder setECMAndDCMInstrumentRecordBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
eCMAndDCMInstrumentRecord_ = value;
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.ecmanddcm.v10.InitiateECMAndDCMFacilityResponseECMAndDCMFacility)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.ecmanddcm.v10.InitiateECMAndDCMFacilityResponseECMAndDCMFacility)
private static final com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility();
}
public static com.redhat.mercury.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public InitiateECMAndDCMFacilityResponseECMAndDCMFacility parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new InitiateECMAndDCMFacilityResponseECMAndDCMFacility(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.ecmanddcm.v10.InitiateEcmAndDcmFacilityResponseEcmAndDcmFacility.InitiateECMAndDCMFacilityResponseECMAndDCMFacility getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_ecmanddcm_v10_InitiateECMAndDCMFacilityResponseECMAndDCMFacility_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_ecmanddcm_v10_InitiateECMAndDCMFacilityResponseECMAndDCMFacility_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\nKv10/model/initiate_ecm_and_dcm_facilit" +
"y_response_ecm_and_dcm_facility.proto\022 c" +
"om.redhat.mercury.ecmanddcm.v10\032\031google/" +
"protobuf/any.proto\"\274\003\n2InitiateECMAndDCM" +
"FacilityResponseECMAndDCMFacility\0229\n\030Pro" +
"ductInstanceReference\030\247\252\221I \001(\0132\024.google." +
"protobuf.Any\022I\n\'DocumentDirectoryEntryIn" +
"stanceReference\030\215\234\332\362\001 \001(\0132\024.google.proto" +
"buf.Any\022\027\n\014Associations\030\265\220\370@ \001(\t\022\033\n\017Asso" +
"ciationType\030\274\336\275\366\001 \001(\t\022-\n\"AssociationObli" +
"gationOrEntitlement\030\267\266\356! \001(\t\0225\n\024Associat" +
"ionReference\030\353\357\214D \001(\0132\024.google.protobuf." +
"Any\022(\n\034ECMAndDCMFulfillmentSchedule\030\222\344\340\347" +
"\001 \001(\t\022\023\n\010DateType\030\253\240\327u \001(\t\022%\n\031ECMAndDCMI" +
"nstrumentRecord\030\202\204\320\245\001 \001(\tP\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_ecmanddcm_v10_InitiateECMAndDCMFacilityResponseECMAndDCMFacility_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_redhat_mercury_ecmanddcm_v10_InitiateECMAndDCMFacilityResponseECMAndDCMFacility_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_ecmanddcm_v10_InitiateECMAndDCMFacilityResponseECMAndDCMFacility_descriptor,
new java.lang.String[] { "ProductInstanceReference", "DocumentDirectoryEntryInstanceReference", "Associations", "AssociationType", "AssociationObligationOrEntitlement", "AssociationReference", "ECMAndDCMFulfillmentSchedule", "DateType", "ECMAndDCMInstrumentRecord", });
com.google.protobuf.AnyProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}