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

de.vdv.ojp20.siri.TerminationResponseStatusStructure Maven / Gradle / Ivy

The newest version!
//
// This file was generated by the Eclipse Implementation of JAXB, v4.0.5 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
//


package de.vdv.ojp20.siri;

import de.vdv.ojp20.OJPErrorStructure;
import jakarta.xml.bind.JAXBElement;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlElementRef;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.opentripplanner.ojp.netex.OmitNullsToStringStyle;
import org.opentripplanner.ojp.time.XmlDateTime;
import org.opentripplanner.ojp.util.XmlDateTimeAdapter;


/**
 * 

Java class for TerminationResponseStatusStructure complex type

. * *

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

* *
{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *         
 *           
 *             
 *               
 *                 
 *                   
 *                     
 *                     
 *                     
 *                     
 *                   
 *                   
 *                 
 *               
 *             
 *           
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "TerminationResponseStatusStructure", propOrder = { "responseTimestamp", "requestMessageRef", "subscriberRef", "subscriptionFilterRef", "subscriptionRef", "status", "errorCondition" }) public class TerminationResponseStatusStructure { @XmlElement(name = "ResponseTimestamp", type = String.class) @XmlJavaTypeAdapter(XmlDateTimeAdapter.class) @XmlSchemaType(name = "dateTime") protected XmlDateTime responseTimestamp; @XmlElement(name = "RequestMessageRef") protected MessageRefStructure requestMessageRef; @XmlElement(name = "SubscriberRef") protected ParticipantRefStructure subscriberRef; @XmlElement(name = "SubscriptionFilterRef") protected SubscriptionFilterRefStructure subscriptionFilterRef; @XmlElement(name = "SubscriptionRef") protected SubscriptionRefStructure subscriptionRef; @XmlElement(name = "Status", defaultValue = "true") protected Boolean status; @XmlElement(name = "ErrorCondition") protected TerminationResponseStatusStructure.ErrorCondition errorCondition; /** * Gets the value of the responseTimestamp property. * * @return * possible object is * {@link String } * */ public XmlDateTime getResponseTimestamp() { return responseTimestamp; } /** * Sets the value of the responseTimestamp property. * * @param value * allowed object is * {@link String } * */ public void setResponseTimestamp(XmlDateTime value) { this.responseTimestamp = value; } /** * Gets the value of the requestMessageRef property. * * @return * possible object is * {@link MessageRefStructure } * */ public MessageRefStructure getRequestMessageRef() { return requestMessageRef; } /** * Sets the value of the requestMessageRef property. * * @param value * allowed object is * {@link MessageRefStructure } * */ public void setRequestMessageRef(MessageRefStructure value) { this.requestMessageRef = value; } /** * Gets the value of the subscriberRef property. * * @return * possible object is * {@link ParticipantRefStructure } * */ public ParticipantRefStructure getSubscriberRef() { return subscriberRef; } /** * Sets the value of the subscriberRef property. * * @param value * allowed object is * {@link ParticipantRefStructure } * */ public void setSubscriberRef(ParticipantRefStructure value) { this.subscriberRef = value; } /** * Gets the value of the subscriptionFilterRef property. * * @return * possible object is * {@link SubscriptionFilterRefStructure } * */ public SubscriptionFilterRefStructure getSubscriptionFilterRef() { return subscriptionFilterRef; } /** * Sets the value of the subscriptionFilterRef property. * * @param value * allowed object is * {@link SubscriptionFilterRefStructure } * */ public void setSubscriptionFilterRef(SubscriptionFilterRefStructure value) { this.subscriptionFilterRef = value; } /** * Gets the value of the subscriptionRef property. * * @return * possible object is * {@link SubscriptionRefStructure } * */ public SubscriptionRefStructure getSubscriptionRef() { return subscriptionRef; } /** * Sets the value of the subscriptionRef property. * * @param value * allowed object is * {@link SubscriptionRefStructure } * */ public void setSubscriptionRef(SubscriptionRefStructure value) { this.subscriptionRef = value; } /** * Gets the value of the status property. * * @return * possible object is * {@link Boolean } * */ public Boolean isStatus() { return status; } /** * Sets the value of the status property. * * @param value * allowed object is * {@link Boolean } * */ public void setStatus(Boolean value) { this.status = value; } /** * Gets the value of the errorCondition property. * * @return * possible object is * {@link TerminationResponseStatusStructure.ErrorCondition } * */ public TerminationResponseStatusStructure.ErrorCondition getErrorCondition() { return errorCondition; } /** * Sets the value of the errorCondition property. * * @param value * allowed object is * {@link TerminationResponseStatusStructure.ErrorCondition } * */ public void setErrorCondition(TerminationResponseStatusStructure.ErrorCondition value) { this.errorCondition = value; } public TerminationResponseStatusStructure withResponseTimestamp(XmlDateTime value) { setResponseTimestamp(value); return this; } public TerminationResponseStatusStructure withRequestMessageRef(MessageRefStructure value) { setRequestMessageRef(value); return this; } public TerminationResponseStatusStructure withSubscriberRef(ParticipantRefStructure value) { setSubscriberRef(value); return this; } public TerminationResponseStatusStructure withSubscriptionFilterRef(SubscriptionFilterRefStructure value) { setSubscriptionFilterRef(value); return this; } public TerminationResponseStatusStructure withSubscriptionRef(SubscriptionRefStructure value) { setSubscriptionRef(value); return this; } public TerminationResponseStatusStructure withStatus(Boolean value) { setStatus(value); return this; } public TerminationResponseStatusStructure withErrorCondition(TerminationResponseStatusStructure.ErrorCondition value) { setErrorCondition(value); return this; } /** * Generates a String representation of the contents of this type. * This is an extension method, produced by the 'ts' xjc plugin * */ @Override public String toString() { return ToStringBuilder.reflectionToString(this, OmitNullsToStringStyle.INSTANCE); } /** *

Java class for anonymous complex type

. * *

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

* *
{@code
     * 
     *   
     *     
     *       
     *         
     *           
     *           
     *           
     *           
     *         
     *         
     *       
     *     
     *   
     * 
     * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "capabilityNotSupportedError", "unknownSubscriberError", "unknownSubscriptionError", "otherError", "description" }) public static class ErrorCondition { @XmlElement(name = "CapabilityNotSupportedError") protected CapabilityNotSupportedErrorStructure capabilityNotSupportedError; @XmlElement(name = "UnknownSubscriberError") protected UnknownSubscriberErrorStructure unknownSubscriberError; @XmlElement(name = "UnknownSubscriptionError") protected UnknownSubscriptionErrorStructure unknownSubscriptionError; @XmlElementRef(name = "OtherError", namespace = "http://www.siri.org.uk/siri", type = JAXBElement.class, required = false) protected JAXBElement otherError; @XmlElement(name = "Description") protected ErrorDescriptionStructure description; /** * Gets the value of the capabilityNotSupportedError property. * * @return * possible object is * {@link CapabilityNotSupportedErrorStructure } * */ public CapabilityNotSupportedErrorStructure getCapabilityNotSupportedError() { return capabilityNotSupportedError; } /** * Sets the value of the capabilityNotSupportedError property. * * @param value * allowed object is * {@link CapabilityNotSupportedErrorStructure } * */ public void setCapabilityNotSupportedError(CapabilityNotSupportedErrorStructure value) { this.capabilityNotSupportedError = value; } /** * Gets the value of the unknownSubscriberError property. * * @return * possible object is * {@link UnknownSubscriberErrorStructure } * */ public UnknownSubscriberErrorStructure getUnknownSubscriberError() { return unknownSubscriberError; } /** * Sets the value of the unknownSubscriberError property. * * @param value * allowed object is * {@link UnknownSubscriberErrorStructure } * */ public void setUnknownSubscriberError(UnknownSubscriberErrorStructure value) { this.unknownSubscriberError = value; } /** * Gets the value of the unknownSubscriptionError property. * * @return * possible object is * {@link UnknownSubscriptionErrorStructure } * */ public UnknownSubscriptionErrorStructure getUnknownSubscriptionError() { return unknownSubscriptionError; } /** * Sets the value of the unknownSubscriptionError property. * * @param value * allowed object is * {@link UnknownSubscriptionErrorStructure } * */ public void setUnknownSubscriptionError(UnknownSubscriptionErrorStructure value) { this.unknownSubscriptionError = value; } /** * Gets the value of the otherError property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link OJPErrorStructure }{@code >} * {@link JAXBElement }{@code <}{@link OtherErrorStructure }{@code >} * */ public JAXBElement getOtherError() { return otherError; } /** * Sets the value of the otherError property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link OJPErrorStructure }{@code >} * {@link JAXBElement }{@code <}{@link OtherErrorStructure }{@code >} * */ public void setOtherError(JAXBElement value) { this.otherError = value; } /** * Gets the value of the description property. * * @return * possible object is * {@link ErrorDescriptionStructure } * */ public ErrorDescriptionStructure getDescription() { return description; } /** * Sets the value of the description property. * * @param value * allowed object is * {@link ErrorDescriptionStructure } * */ public void setDescription(ErrorDescriptionStructure value) { this.description = value; } public TerminationResponseStatusStructure.ErrorCondition withCapabilityNotSupportedError(CapabilityNotSupportedErrorStructure value) { setCapabilityNotSupportedError(value); return this; } public TerminationResponseStatusStructure.ErrorCondition withUnknownSubscriberError(UnknownSubscriberErrorStructure value) { setUnknownSubscriberError(value); return this; } public TerminationResponseStatusStructure.ErrorCondition withUnknownSubscriptionError(UnknownSubscriptionErrorStructure value) { setUnknownSubscriptionError(value); return this; } public TerminationResponseStatusStructure.ErrorCondition withOtherError(JAXBElement value) { setOtherError(value); return this; } public TerminationResponseStatusStructure.ErrorCondition withDescription(ErrorDescriptionStructure value) { setDescription(value); return this; } /** * Generates a String representation of the contents of this type. * This is an extension method, produced by the 'ts' xjc plugin * */ @Override public String toString() { return ToStringBuilder.reflectionToString(this, OmitNullsToStringStyle.INSTANCE); } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy