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

com.hubject.datex.energyinfrastructure.generated.cisinformation.ServiceRequest Maven / Gradle / Ivy

Go to download

Use converters from com.hubject.datex.convert.converters package to convert from the OICP formats to DATEX II TablePublication and StatusPublication.

There is a newer version: 1.0.2
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.1 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2022.10.06 at 11:44:34 AM CEST 
//


package com.hubject.datex.energyinfrastructure.generated.cisinformation;

import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
import com.hubject.datex.energyinfrastructure.generated.common.ExtensionType;
import com.hubject.datex.energyinfrastructure.generated.common.Reference;
import com.hubject.datex.energyinfrastructure.generated.common.VersionedReference;
import com.hubject.datex.energyinfrastructure.generated.exchangeinformation.Agent;


/**
 * 

Java class for ServiceRequest complex type. * *

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

 * <complexType name="ServiceRequest">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="elementToProcessReference" type="{http://datex2.eu/schema/3/common}Reference" minOccurs="0"/>
 *         <element name="elementToProcessVersionedReference" type="{http://datex2.eu/schema/3/common}VersionedReference" minOccurs="0"/>
 *         <element name="expiryTime" type="{http://datex2.eu/schema/3/common}VersionedReference" minOccurs="0"/>
 *         <element name="externalReference" type="{http://datex2.eu/schema/3/common}String" minOccurs="0"/>
 *         <element name="notPredefinedServiceName" type="{http://datex2.eu/schema/3/common}String" minOccurs="0"/>
 *         <element name="predefinedService" type="{http://datex2.eu/schema/3/cisInformation}_PredefinedServiceEnum"/>
 *         <element name="requestedAction" type="{http://datex2.eu/schema/3/cisInformation}_ServiceActionEnum"/>
 *         <element name="servicerRequestCreationTime" type="{http://datex2.eu/schema/3/common}DateTime"/>
 *         <element name="servicerRequestVersionTime" type="{http://datex2.eu/schema/3/common}DateTime"/>
 *         <element name="customServiceParameter" type="{http://datex2.eu/schema/3/common}String" minOccurs="0"/>
 *         <element name="serviceRequester" type="{http://datex2.eu/schema/3/exchangeInformation}Agent"/>
 *         <element name="serviceProvider" type="{http://datex2.eu/schema/3/exchangeInformation}Agent" maxOccurs="unbounded"/>
 *         <element name="serviceRequestCondition" type="{http://datex2.eu/schema/3/cisInformation}ServiceRequestCondition" minOccurs="0"/>
 *         <element name="_serviceRequestExtension" type="{http://datex2.eu/schema/3/common}_ExtensionType" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ServiceRequest", propOrder = { "elementToProcessReference", "elementToProcessVersionedReference", "expiryTime", "externalReference", "notPredefinedServiceName", "predefinedService", "requestedAction", "servicerRequestCreationTime", "servicerRequestVersionTime", "customServiceParameter", "serviceRequester", "serviceProvider", "serviceRequestCondition", "serviceRequestExtension" }) public class ServiceRequest { protected Reference elementToProcessReference; protected VersionedReference elementToProcessVersionedReference; protected VersionedReference expiryTime; protected String externalReference; protected String notPredefinedServiceName; @XmlElement(required = true) protected PredefinedServiceEnum predefinedService; @XmlElement(required = true) protected ServiceActionEnum requestedAction; @XmlElement(required = true) @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar servicerRequestCreationTime; @XmlElement(required = true) @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar servicerRequestVersionTime; protected String customServiceParameter; @XmlElement(required = true) protected Agent serviceRequester; @XmlElement(required = true) protected List serviceProvider; protected ServiceRequestCondition serviceRequestCondition; @XmlElement(name = "_serviceRequestExtension") protected ExtensionType serviceRequestExtension; @XmlAttribute(name = "id", required = true) protected String id; @XmlAttribute(name = "version", required = true) protected String version; /** * Gets the value of the elementToProcessReference property. * * @return * possible object is * {@link Reference } * */ public Reference getElementToProcessReference() { return elementToProcessReference; } /** * Sets the value of the elementToProcessReference property. * * @param value * allowed object is * {@link Reference } * */ public void setElementToProcessReference(Reference value) { this.elementToProcessReference = value; } /** * Gets the value of the elementToProcessVersionedReference property. * * @return * possible object is * {@link VersionedReference } * */ public VersionedReference getElementToProcessVersionedReference() { return elementToProcessVersionedReference; } /** * Sets the value of the elementToProcessVersionedReference property. * * @param value * allowed object is * {@link VersionedReference } * */ public void setElementToProcessVersionedReference(VersionedReference value) { this.elementToProcessVersionedReference = value; } /** * Gets the value of the expiryTime property. * * @return * possible object is * {@link VersionedReference } * */ public VersionedReference getExpiryTime() { return expiryTime; } /** * Sets the value of the expiryTime property. * * @param value * allowed object is * {@link VersionedReference } * */ public void setExpiryTime(VersionedReference value) { this.expiryTime = value; } /** * Gets the value of the externalReference property. * * @return * possible object is * {@link String } * */ public String getExternalReference() { return externalReference; } /** * Sets the value of the externalReference property. * * @param value * allowed object is * {@link String } * */ public void setExternalReference(String value) { this.externalReference = value; } /** * Gets the value of the notPredefinedServiceName property. * * @return * possible object is * {@link String } * */ public String getNotPredefinedServiceName() { return notPredefinedServiceName; } /** * Sets the value of the notPredefinedServiceName property. * * @param value * allowed object is * {@link String } * */ public void setNotPredefinedServiceName(String value) { this.notPredefinedServiceName = value; } /** * Gets the value of the predefinedService property. * * @return * possible object is * {@link PredefinedServiceEnum } * */ public PredefinedServiceEnum getPredefinedService() { return predefinedService; } /** * Sets the value of the predefinedService property. * * @param value * allowed object is * {@link PredefinedServiceEnum } * */ public void setPredefinedService(PredefinedServiceEnum value) { this.predefinedService = value; } /** * Gets the value of the requestedAction property. * * @return * possible object is * {@link ServiceActionEnum } * */ public ServiceActionEnum getRequestedAction() { return requestedAction; } /** * Sets the value of the requestedAction property. * * @param value * allowed object is * {@link ServiceActionEnum } * */ public void setRequestedAction(ServiceActionEnum value) { this.requestedAction = value; } /** * Gets the value of the servicerRequestCreationTime property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getServicerRequestCreationTime() { return servicerRequestCreationTime; } /** * Sets the value of the servicerRequestCreationTime property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setServicerRequestCreationTime(XMLGregorianCalendar value) { this.servicerRequestCreationTime = value; } /** * Gets the value of the servicerRequestVersionTime property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getServicerRequestVersionTime() { return servicerRequestVersionTime; } /** * Sets the value of the servicerRequestVersionTime property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setServicerRequestVersionTime(XMLGregorianCalendar value) { this.servicerRequestVersionTime = value; } /** * Gets the value of the customServiceParameter property. * * @return * possible object is * {@link String } * */ public String getCustomServiceParameter() { return customServiceParameter; } /** * Sets the value of the customServiceParameter property. * * @param value * allowed object is * {@link String } * */ public void setCustomServiceParameter(String value) { this.customServiceParameter = value; } /** * Gets the value of the serviceRequester property. * * @return * possible object is * {@link Agent } * */ public Agent getServiceRequester() { return serviceRequester; } /** * Sets the value of the serviceRequester property. * * @param value * allowed object is * {@link Agent } * */ public void setServiceRequester(Agent value) { this.serviceRequester = value; } /** * Gets the value of the serviceProvider property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the serviceProvider property. * *

* For example, to add a new item, do as follows: *

     *    getServiceProvider().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Agent } * * */ public List getServiceProvider() { if (serviceProvider == null) { serviceProvider = new ArrayList(); } return this.serviceProvider; } /** * Gets the value of the serviceRequestCondition property. * * @return * possible object is * {@link ServiceRequestCondition } * */ public ServiceRequestCondition getServiceRequestCondition() { return serviceRequestCondition; } /** * Sets the value of the serviceRequestCondition property. * * @param value * allowed object is * {@link ServiceRequestCondition } * */ public void setServiceRequestCondition(ServiceRequestCondition value) { this.serviceRequestCondition = value; } /** * Gets the value of the serviceRequestExtension property. * * @return * possible object is * {@link ExtensionType } * */ public ExtensionType getServiceRequestExtension() { return serviceRequestExtension; } /** * Sets the value of the serviceRequestExtension property. * * @param value * allowed object is * {@link ExtensionType } * */ public void setServiceRequestExtension(ExtensionType value) { this.serviceRequestExtension = value; } /** * Gets the value of the id property. * * @return * possible object is * {@link String } * */ public String getId() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link String } * */ public void setId(String value) { this.id = value; } /** * Gets the value of the version property. * * @return * possible object is * {@link String } * */ public String getVersion() { return version; } /** * Sets the value of the version property. * * @param value * allowed object is * {@link String } * */ public void setVersion(String value) { this.version = value; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy