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

no.digipost.org.unece.cefact.namespaces.standardbusinessdocumentheader.ServiceTransaction Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2022.11.16 at 09:22:53 AM UTC 
//


package no.digipost.org.unece.cefact.namespaces.standardbusinessdocumentheader;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
import org.jvnet.jaxb2_commons.lang.Equals2;
import org.jvnet.jaxb2_commons.lang.EqualsStrategy2;
import org.jvnet.jaxb2_commons.lang.HashCode2;
import org.jvnet.jaxb2_commons.lang.HashCodeStrategy2;
import org.jvnet.jaxb2_commons.lang.JAXBEqualsStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy;
import org.jvnet.jaxb2_commons.lang.ToString2;
import org.jvnet.jaxb2_commons.lang.ToStringStrategy2;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
import org.jvnet.jaxb2_commons.locator.util.LocatorUtils;


/**
 * 

Java class for ServiceTransaction complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="ServiceTransaction">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <attribute name="TypeOfServiceTransaction" type="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}TypeOfServiceTransaction" />
 *       <attribute name="IsNonRepudiationRequired" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="IsAuthenticationRequired" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="IsNonRepudiationOfReceiptRequired" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="IsIntelligibleCheckRequired" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="IsApplicationErrorResponseRequested" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="TimeToAcknowledgeReceipt" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="TimeToAcknowledgeAcceptance" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="TimeToPerform" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="Recurrence" type="{http://www.w3.org/2001/XMLSchema}string" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ServiceTransaction") public class ServiceTransaction implements Equals2, HashCode2, ToString2 { @XmlAttribute(name = "TypeOfServiceTransaction") protected TypeOfServiceTransaction typeOfServiceTransaction; @XmlAttribute(name = "IsNonRepudiationRequired") protected String isNonRepudiationRequired; @XmlAttribute(name = "IsAuthenticationRequired") protected String isAuthenticationRequired; @XmlAttribute(name = "IsNonRepudiationOfReceiptRequired") protected String isNonRepudiationOfReceiptRequired; @XmlAttribute(name = "IsIntelligibleCheckRequired") protected String isIntelligibleCheckRequired; @XmlAttribute(name = "IsApplicationErrorResponseRequested") protected String isApplicationErrorResponseRequested; @XmlAttribute(name = "TimeToAcknowledgeReceipt") protected String timeToAcknowledgeReceipt; @XmlAttribute(name = "TimeToAcknowledgeAcceptance") protected String timeToAcknowledgeAcceptance; @XmlAttribute(name = "TimeToPerform") protected String timeToPerform; @XmlAttribute(name = "Recurrence") protected String recurrence; /** * Default no-arg constructor * */ public ServiceTransaction() { super(); } /** * Fully-initialising value constructor * */ public ServiceTransaction(final TypeOfServiceTransaction typeOfServiceTransaction, final String isNonRepudiationRequired, final String isAuthenticationRequired, final String isNonRepudiationOfReceiptRequired, final String isIntelligibleCheckRequired, final String isApplicationErrorResponseRequested, final String timeToAcknowledgeReceipt, final String timeToAcknowledgeAcceptance, final String timeToPerform, final String recurrence) { this.typeOfServiceTransaction = typeOfServiceTransaction; this.isNonRepudiationRequired = isNonRepudiationRequired; this.isAuthenticationRequired = isAuthenticationRequired; this.isNonRepudiationOfReceiptRequired = isNonRepudiationOfReceiptRequired; this.isIntelligibleCheckRequired = isIntelligibleCheckRequired; this.isApplicationErrorResponseRequested = isApplicationErrorResponseRequested; this.timeToAcknowledgeReceipt = timeToAcknowledgeReceipt; this.timeToAcknowledgeAcceptance = timeToAcknowledgeAcceptance; this.timeToPerform = timeToPerform; this.recurrence = recurrence; } /** * Gets the value of the typeOfServiceTransaction property. * * @return * possible object is * {@link TypeOfServiceTransaction } * */ public TypeOfServiceTransaction getTypeOfServiceTransaction() { return typeOfServiceTransaction; } /** * Sets the value of the typeOfServiceTransaction property. * * @param value * allowed object is * {@link TypeOfServiceTransaction } * */ public void setTypeOfServiceTransaction(TypeOfServiceTransaction value) { this.typeOfServiceTransaction = value; } /** * Gets the value of the isNonRepudiationRequired property. * * @return * possible object is * {@link String } * */ public String getIsNonRepudiationRequired() { return isNonRepudiationRequired; } /** * Sets the value of the isNonRepudiationRequired property. * * @param value * allowed object is * {@link String } * */ public void setIsNonRepudiationRequired(String value) { this.isNonRepudiationRequired = value; } /** * Gets the value of the isAuthenticationRequired property. * * @return * possible object is * {@link String } * */ public String getIsAuthenticationRequired() { return isAuthenticationRequired; } /** * Sets the value of the isAuthenticationRequired property. * * @param value * allowed object is * {@link String } * */ public void setIsAuthenticationRequired(String value) { this.isAuthenticationRequired = value; } /** * Gets the value of the isNonRepudiationOfReceiptRequired property. * * @return * possible object is * {@link String } * */ public String getIsNonRepudiationOfReceiptRequired() { return isNonRepudiationOfReceiptRequired; } /** * Sets the value of the isNonRepudiationOfReceiptRequired property. * * @param value * allowed object is * {@link String } * */ public void setIsNonRepudiationOfReceiptRequired(String value) { this.isNonRepudiationOfReceiptRequired = value; } /** * Gets the value of the isIntelligibleCheckRequired property. * * @return * possible object is * {@link String } * */ public String getIsIntelligibleCheckRequired() { return isIntelligibleCheckRequired; } /** * Sets the value of the isIntelligibleCheckRequired property. * * @param value * allowed object is * {@link String } * */ public void setIsIntelligibleCheckRequired(String value) { this.isIntelligibleCheckRequired = value; } /** * Gets the value of the isApplicationErrorResponseRequested property. * * @return * possible object is * {@link String } * */ public String getIsApplicationErrorResponseRequested() { return isApplicationErrorResponseRequested; } /** * Sets the value of the isApplicationErrorResponseRequested property. * * @param value * allowed object is * {@link String } * */ public void setIsApplicationErrorResponseRequested(String value) { this.isApplicationErrorResponseRequested = value; } /** * Gets the value of the timeToAcknowledgeReceipt property. * * @return * possible object is * {@link String } * */ public String getTimeToAcknowledgeReceipt() { return timeToAcknowledgeReceipt; } /** * Sets the value of the timeToAcknowledgeReceipt property. * * @param value * allowed object is * {@link String } * */ public void setTimeToAcknowledgeReceipt(String value) { this.timeToAcknowledgeReceipt = value; } /** * Gets the value of the timeToAcknowledgeAcceptance property. * * @return * possible object is * {@link String } * */ public String getTimeToAcknowledgeAcceptance() { return timeToAcknowledgeAcceptance; } /** * Sets the value of the timeToAcknowledgeAcceptance property. * * @param value * allowed object is * {@link String } * */ public void setTimeToAcknowledgeAcceptance(String value) { this.timeToAcknowledgeAcceptance = value; } /** * Gets the value of the timeToPerform property. * * @return * possible object is * {@link String } * */ public String getTimeToPerform() { return timeToPerform; } /** * Sets the value of the timeToPerform property. * * @param value * allowed object is * {@link String } * */ public void setTimeToPerform(String value) { this.timeToPerform = value; } /** * Gets the value of the recurrence property. * * @return * possible object is * {@link String } * */ public String getRecurrence() { return recurrence; } /** * Sets the value of the recurrence property. * * @param value * allowed object is * {@link String } * */ public void setRecurrence(String value) { this.recurrence = value; } public String toString() { final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE2; final StringBuilder buffer = new StringBuilder(); append(null, buffer, strategy); return buffer.toString(); } public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { strategy.appendStart(locator, this, buffer); appendFields(locator, buffer, strategy); strategy.appendEnd(locator, this, buffer); return buffer; } public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { { TypeOfServiceTransaction theTypeOfServiceTransaction; theTypeOfServiceTransaction = this.getTypeOfServiceTransaction(); strategy.appendField(locator, this, "typeOfServiceTransaction", buffer, theTypeOfServiceTransaction, (this.typeOfServiceTransaction!= null)); } { String theIsNonRepudiationRequired; theIsNonRepudiationRequired = this.getIsNonRepudiationRequired(); strategy.appendField(locator, this, "isNonRepudiationRequired", buffer, theIsNonRepudiationRequired, (this.isNonRepudiationRequired!= null)); } { String theIsAuthenticationRequired; theIsAuthenticationRequired = this.getIsAuthenticationRequired(); strategy.appendField(locator, this, "isAuthenticationRequired", buffer, theIsAuthenticationRequired, (this.isAuthenticationRequired!= null)); } { String theIsNonRepudiationOfReceiptRequired; theIsNonRepudiationOfReceiptRequired = this.getIsNonRepudiationOfReceiptRequired(); strategy.appendField(locator, this, "isNonRepudiationOfReceiptRequired", buffer, theIsNonRepudiationOfReceiptRequired, (this.isNonRepudiationOfReceiptRequired!= null)); } { String theIsIntelligibleCheckRequired; theIsIntelligibleCheckRequired = this.getIsIntelligibleCheckRequired(); strategy.appendField(locator, this, "isIntelligibleCheckRequired", buffer, theIsIntelligibleCheckRequired, (this.isIntelligibleCheckRequired!= null)); } { String theIsApplicationErrorResponseRequested; theIsApplicationErrorResponseRequested = this.getIsApplicationErrorResponseRequested(); strategy.appendField(locator, this, "isApplicationErrorResponseRequested", buffer, theIsApplicationErrorResponseRequested, (this.isApplicationErrorResponseRequested!= null)); } { String theTimeToAcknowledgeReceipt; theTimeToAcknowledgeReceipt = this.getTimeToAcknowledgeReceipt(); strategy.appendField(locator, this, "timeToAcknowledgeReceipt", buffer, theTimeToAcknowledgeReceipt, (this.timeToAcknowledgeReceipt!= null)); } { String theTimeToAcknowledgeAcceptance; theTimeToAcknowledgeAcceptance = this.getTimeToAcknowledgeAcceptance(); strategy.appendField(locator, this, "timeToAcknowledgeAcceptance", buffer, theTimeToAcknowledgeAcceptance, (this.timeToAcknowledgeAcceptance!= null)); } { String theTimeToPerform; theTimeToPerform = this.getTimeToPerform(); strategy.appendField(locator, this, "timeToPerform", buffer, theTimeToPerform, (this.timeToPerform!= null)); } { String theRecurrence; theRecurrence = this.getRecurrence(); strategy.appendField(locator, this, "recurrence", buffer, theRecurrence, (this.recurrence!= null)); } return buffer; } public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy2 strategy) { if ((object == null)||(this.getClass()!= object.getClass())) { return false; } if (this == object) { return true; } final ServiceTransaction that = ((ServiceTransaction) object); { TypeOfServiceTransaction lhsTypeOfServiceTransaction; lhsTypeOfServiceTransaction = this.getTypeOfServiceTransaction(); TypeOfServiceTransaction rhsTypeOfServiceTransaction; rhsTypeOfServiceTransaction = that.getTypeOfServiceTransaction(); if (!strategy.equals(LocatorUtils.property(thisLocator, "typeOfServiceTransaction", lhsTypeOfServiceTransaction), LocatorUtils.property(thatLocator, "typeOfServiceTransaction", rhsTypeOfServiceTransaction), lhsTypeOfServiceTransaction, rhsTypeOfServiceTransaction, (this.typeOfServiceTransaction!= null), (that.typeOfServiceTransaction!= null))) { return false; } } { String lhsIsNonRepudiationRequired; lhsIsNonRepudiationRequired = this.getIsNonRepudiationRequired(); String rhsIsNonRepudiationRequired; rhsIsNonRepudiationRequired = that.getIsNonRepudiationRequired(); if (!strategy.equals(LocatorUtils.property(thisLocator, "isNonRepudiationRequired", lhsIsNonRepudiationRequired), LocatorUtils.property(thatLocator, "isNonRepudiationRequired", rhsIsNonRepudiationRequired), lhsIsNonRepudiationRequired, rhsIsNonRepudiationRequired, (this.isNonRepudiationRequired!= null), (that.isNonRepudiationRequired!= null))) { return false; } } { String lhsIsAuthenticationRequired; lhsIsAuthenticationRequired = this.getIsAuthenticationRequired(); String rhsIsAuthenticationRequired; rhsIsAuthenticationRequired = that.getIsAuthenticationRequired(); if (!strategy.equals(LocatorUtils.property(thisLocator, "isAuthenticationRequired", lhsIsAuthenticationRequired), LocatorUtils.property(thatLocator, "isAuthenticationRequired", rhsIsAuthenticationRequired), lhsIsAuthenticationRequired, rhsIsAuthenticationRequired, (this.isAuthenticationRequired!= null), (that.isAuthenticationRequired!= null))) { return false; } } { String lhsIsNonRepudiationOfReceiptRequired; lhsIsNonRepudiationOfReceiptRequired = this.getIsNonRepudiationOfReceiptRequired(); String rhsIsNonRepudiationOfReceiptRequired; rhsIsNonRepudiationOfReceiptRequired = that.getIsNonRepudiationOfReceiptRequired(); if (!strategy.equals(LocatorUtils.property(thisLocator, "isNonRepudiationOfReceiptRequired", lhsIsNonRepudiationOfReceiptRequired), LocatorUtils.property(thatLocator, "isNonRepudiationOfReceiptRequired", rhsIsNonRepudiationOfReceiptRequired), lhsIsNonRepudiationOfReceiptRequired, rhsIsNonRepudiationOfReceiptRequired, (this.isNonRepudiationOfReceiptRequired!= null), (that.isNonRepudiationOfReceiptRequired!= null))) { return false; } } { String lhsIsIntelligibleCheckRequired; lhsIsIntelligibleCheckRequired = this.getIsIntelligibleCheckRequired(); String rhsIsIntelligibleCheckRequired; rhsIsIntelligibleCheckRequired = that.getIsIntelligibleCheckRequired(); if (!strategy.equals(LocatorUtils.property(thisLocator, "isIntelligibleCheckRequired", lhsIsIntelligibleCheckRequired), LocatorUtils.property(thatLocator, "isIntelligibleCheckRequired", rhsIsIntelligibleCheckRequired), lhsIsIntelligibleCheckRequired, rhsIsIntelligibleCheckRequired, (this.isIntelligibleCheckRequired!= null), (that.isIntelligibleCheckRequired!= null))) { return false; } } { String lhsIsApplicationErrorResponseRequested; lhsIsApplicationErrorResponseRequested = this.getIsApplicationErrorResponseRequested(); String rhsIsApplicationErrorResponseRequested; rhsIsApplicationErrorResponseRequested = that.getIsApplicationErrorResponseRequested(); if (!strategy.equals(LocatorUtils.property(thisLocator, "isApplicationErrorResponseRequested", lhsIsApplicationErrorResponseRequested), LocatorUtils.property(thatLocator, "isApplicationErrorResponseRequested", rhsIsApplicationErrorResponseRequested), lhsIsApplicationErrorResponseRequested, rhsIsApplicationErrorResponseRequested, (this.isApplicationErrorResponseRequested!= null), (that.isApplicationErrorResponseRequested!= null))) { return false; } } { String lhsTimeToAcknowledgeReceipt; lhsTimeToAcknowledgeReceipt = this.getTimeToAcknowledgeReceipt(); String rhsTimeToAcknowledgeReceipt; rhsTimeToAcknowledgeReceipt = that.getTimeToAcknowledgeReceipt(); if (!strategy.equals(LocatorUtils.property(thisLocator, "timeToAcknowledgeReceipt", lhsTimeToAcknowledgeReceipt), LocatorUtils.property(thatLocator, "timeToAcknowledgeReceipt", rhsTimeToAcknowledgeReceipt), lhsTimeToAcknowledgeReceipt, rhsTimeToAcknowledgeReceipt, (this.timeToAcknowledgeReceipt!= null), (that.timeToAcknowledgeReceipt!= null))) { return false; } } { String lhsTimeToAcknowledgeAcceptance; lhsTimeToAcknowledgeAcceptance = this.getTimeToAcknowledgeAcceptance(); String rhsTimeToAcknowledgeAcceptance; rhsTimeToAcknowledgeAcceptance = that.getTimeToAcknowledgeAcceptance(); if (!strategy.equals(LocatorUtils.property(thisLocator, "timeToAcknowledgeAcceptance", lhsTimeToAcknowledgeAcceptance), LocatorUtils.property(thatLocator, "timeToAcknowledgeAcceptance", rhsTimeToAcknowledgeAcceptance), lhsTimeToAcknowledgeAcceptance, rhsTimeToAcknowledgeAcceptance, (this.timeToAcknowledgeAcceptance!= null), (that.timeToAcknowledgeAcceptance!= null))) { return false; } } { String lhsTimeToPerform; lhsTimeToPerform = this.getTimeToPerform(); String rhsTimeToPerform; rhsTimeToPerform = that.getTimeToPerform(); if (!strategy.equals(LocatorUtils.property(thisLocator, "timeToPerform", lhsTimeToPerform), LocatorUtils.property(thatLocator, "timeToPerform", rhsTimeToPerform), lhsTimeToPerform, rhsTimeToPerform, (this.timeToPerform!= null), (that.timeToPerform!= null))) { return false; } } { String lhsRecurrence; lhsRecurrence = this.getRecurrence(); String rhsRecurrence; rhsRecurrence = that.getRecurrence(); if (!strategy.equals(LocatorUtils.property(thisLocator, "recurrence", lhsRecurrence), LocatorUtils.property(thatLocator, "recurrence", rhsRecurrence), lhsRecurrence, rhsRecurrence, (this.recurrence!= null), (that.recurrence!= null))) { return false; } } return true; } public boolean equals(Object object) { final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE2; return equals(null, null, object, strategy); } public int hashCode(ObjectLocator locator, HashCodeStrategy2 strategy) { int currentHashCode = 1; { TypeOfServiceTransaction theTypeOfServiceTransaction; theTypeOfServiceTransaction = this.getTypeOfServiceTransaction(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "typeOfServiceTransaction", theTypeOfServiceTransaction), currentHashCode, theTypeOfServiceTransaction, (this.typeOfServiceTransaction!= null)); } { String theIsNonRepudiationRequired; theIsNonRepudiationRequired = this.getIsNonRepudiationRequired(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "isNonRepudiationRequired", theIsNonRepudiationRequired), currentHashCode, theIsNonRepudiationRequired, (this.isNonRepudiationRequired!= null)); } { String theIsAuthenticationRequired; theIsAuthenticationRequired = this.getIsAuthenticationRequired(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "isAuthenticationRequired", theIsAuthenticationRequired), currentHashCode, theIsAuthenticationRequired, (this.isAuthenticationRequired!= null)); } { String theIsNonRepudiationOfReceiptRequired; theIsNonRepudiationOfReceiptRequired = this.getIsNonRepudiationOfReceiptRequired(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "isNonRepudiationOfReceiptRequired", theIsNonRepudiationOfReceiptRequired), currentHashCode, theIsNonRepudiationOfReceiptRequired, (this.isNonRepudiationOfReceiptRequired!= null)); } { String theIsIntelligibleCheckRequired; theIsIntelligibleCheckRequired = this.getIsIntelligibleCheckRequired(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "isIntelligibleCheckRequired", theIsIntelligibleCheckRequired), currentHashCode, theIsIntelligibleCheckRequired, (this.isIntelligibleCheckRequired!= null)); } { String theIsApplicationErrorResponseRequested; theIsApplicationErrorResponseRequested = this.getIsApplicationErrorResponseRequested(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "isApplicationErrorResponseRequested", theIsApplicationErrorResponseRequested), currentHashCode, theIsApplicationErrorResponseRequested, (this.isApplicationErrorResponseRequested!= null)); } { String theTimeToAcknowledgeReceipt; theTimeToAcknowledgeReceipt = this.getTimeToAcknowledgeReceipt(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "timeToAcknowledgeReceipt", theTimeToAcknowledgeReceipt), currentHashCode, theTimeToAcknowledgeReceipt, (this.timeToAcknowledgeReceipt!= null)); } { String theTimeToAcknowledgeAcceptance; theTimeToAcknowledgeAcceptance = this.getTimeToAcknowledgeAcceptance(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "timeToAcknowledgeAcceptance", theTimeToAcknowledgeAcceptance), currentHashCode, theTimeToAcknowledgeAcceptance, (this.timeToAcknowledgeAcceptance!= null)); } { String theTimeToPerform; theTimeToPerform = this.getTimeToPerform(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "timeToPerform", theTimeToPerform), currentHashCode, theTimeToPerform, (this.timeToPerform!= null)); } { String theRecurrence; theRecurrence = this.getRecurrence(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "recurrence", theRecurrence), currentHashCode, theRecurrence, (this.recurrence!= null)); } return currentHashCode; } public int hashCode() { final HashCodeStrategy2 strategy = JAXBHashCodeStrategy.INSTANCE2; return this.hashCode(null, strategy); } public ServiceTransaction withTypeOfServiceTransaction(TypeOfServiceTransaction value) { setTypeOfServiceTransaction(value); return this; } public ServiceTransaction withIsNonRepudiationRequired(String value) { setIsNonRepudiationRequired(value); return this; } public ServiceTransaction withIsAuthenticationRequired(String value) { setIsAuthenticationRequired(value); return this; } public ServiceTransaction withIsNonRepudiationOfReceiptRequired(String value) { setIsNonRepudiationOfReceiptRequired(value); return this; } public ServiceTransaction withIsIntelligibleCheckRequired(String value) { setIsIntelligibleCheckRequired(value); return this; } public ServiceTransaction withIsApplicationErrorResponseRequested(String value) { setIsApplicationErrorResponseRequested(value); return this; } public ServiceTransaction withTimeToAcknowledgeReceipt(String value) { setTimeToAcknowledgeReceipt(value); return this; } public ServiceTransaction withTimeToAcknowledgeAcceptance(String value) { setTimeToAcknowledgeAcceptance(value); return this; } public ServiceTransaction withTimeToPerform(String value) { setTimeToPerform(value); return this; } public ServiceTransaction withRecurrence(String value) { setRecurrence(value); return this; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy