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

com.farao_community.farao.cse.data.xsd.ntc2.CapacityDocument Maven / Gradle / Ivy

There is a newer version: 1.38.0
Show newest version
//
// 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: 2024.03.12 at 10:04:13 AM UTC 
//


package com.farao_community.farao.cse.data.xsd.ntc2;

import java.math.BigInteger;
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.XmlRootElement;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for anonymous complex type. * *

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

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element ref="{}DocumentIdentification"/>
 *         <element ref="{}DocumentVersion"/>
 *         <element ref="{}DocumentType"/>
 *         <element ref="{}ProcessType"/>
 *         <element ref="{}SenderIdentification"/>
 *         <element ref="{}SenderRole"/>
 *         <element ref="{}ReceiverIdentification"/>
 *         <element ref="{}ReceiverRole"/>
 *         <element ref="{}CreationDateTime"/>
 *         <element ref="{}CapacityTimeInterval"/>
 *         <element ref="{}Domain"/>
 *         <element ref="{}CapacityTimeSeries"/>
 *       </sequence>
 *       <attribute name="DtdRelease" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
 *       <attribute name="DtdVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "documentIdentification", "documentVersion", "documentType", "processType", "senderIdentification", "senderRole", "receiverIdentification", "receiverRole", "creationDateTime", "capacityTimeInterval", "domain", "capacityTimeSeries" }) @XmlRootElement(name = "CapacityDocument") public class CapacityDocument { @XmlElement(name = "DocumentIdentification", required = true) protected DocumentIdentification documentIdentification; @XmlElement(name = "DocumentVersion", required = true) protected DocumentVersion documentVersion; @XmlElement(name = "DocumentType", required = true) protected DocumentType documentType; @XmlElement(name = "ProcessType", required = true) protected ProcessType processType; @XmlElement(name = "SenderIdentification", required = true) protected SenderIdentification senderIdentification; @XmlElement(name = "SenderRole", required = true) protected SenderRole senderRole; @XmlElement(name = "ReceiverIdentification", required = true) protected ReceiverIdentification receiverIdentification; @XmlElement(name = "ReceiverRole", required = true) protected ReceiverRole receiverRole; @XmlElement(name = "CreationDateTime", required = true) protected CreationDateTime creationDateTime; @XmlElement(name = "CapacityTimeInterval", required = true) protected CapacityTimeInterval capacityTimeInterval; @XmlElement(name = "Domain", required = true) protected Domain domain; @XmlElement(name = "CapacityTimeSeries", required = true) protected CapacityTimeSeries capacityTimeSeries; @XmlAttribute(name = "DtdRelease", required = true) protected BigInteger dtdRelease; @XmlAttribute(name = "DtdVersion", required = true) protected BigInteger dtdVersion; /** * Gets the value of the documentIdentification property. * * @return * possible object is * {@link DocumentIdentification } * */ public DocumentIdentification getDocumentIdentification() { return documentIdentification; } /** * Sets the value of the documentIdentification property. * * @param value * allowed object is * {@link DocumentIdentification } * */ public void setDocumentIdentification(DocumentIdentification value) { this.documentIdentification = value; } /** * Gets the value of the documentVersion property. * * @return * possible object is * {@link DocumentVersion } * */ public DocumentVersion getDocumentVersion() { return documentVersion; } /** * Sets the value of the documentVersion property. * * @param value * allowed object is * {@link DocumentVersion } * */ public void setDocumentVersion(DocumentVersion value) { this.documentVersion = value; } /** * Gets the value of the documentType property. * * @return * possible object is * {@link DocumentType } * */ public DocumentType getDocumentType() { return documentType; } /** * Sets the value of the documentType property. * * @param value * allowed object is * {@link DocumentType } * */ public void setDocumentType(DocumentType value) { this.documentType = value; } /** * Gets the value of the processType property. * * @return * possible object is * {@link ProcessType } * */ public ProcessType getProcessType() { return processType; } /** * Sets the value of the processType property. * * @param value * allowed object is * {@link ProcessType } * */ public void setProcessType(ProcessType value) { this.processType = value; } /** * Gets the value of the senderIdentification property. * * @return * possible object is * {@link SenderIdentification } * */ public SenderIdentification getSenderIdentification() { return senderIdentification; } /** * Sets the value of the senderIdentification property. * * @param value * allowed object is * {@link SenderIdentification } * */ public void setSenderIdentification(SenderIdentification value) { this.senderIdentification = value; } /** * Gets the value of the senderRole property. * * @return * possible object is * {@link SenderRole } * */ public SenderRole getSenderRole() { return senderRole; } /** * Sets the value of the senderRole property. * * @param value * allowed object is * {@link SenderRole } * */ public void setSenderRole(SenderRole value) { this.senderRole = value; } /** * Gets the value of the receiverIdentification property. * * @return * possible object is * {@link ReceiverIdentification } * */ public ReceiverIdentification getReceiverIdentification() { return receiverIdentification; } /** * Sets the value of the receiverIdentification property. * * @param value * allowed object is * {@link ReceiverIdentification } * */ public void setReceiverIdentification(ReceiverIdentification value) { this.receiverIdentification = value; } /** * Gets the value of the receiverRole property. * * @return * possible object is * {@link ReceiverRole } * */ public ReceiverRole getReceiverRole() { return receiverRole; } /** * Sets the value of the receiverRole property. * * @param value * allowed object is * {@link ReceiverRole } * */ public void setReceiverRole(ReceiverRole value) { this.receiverRole = value; } /** * Gets the value of the creationDateTime property. * * @return * possible object is * {@link CreationDateTime } * */ public CreationDateTime getCreationDateTime() { return creationDateTime; } /** * Sets the value of the creationDateTime property. * * @param value * allowed object is * {@link CreationDateTime } * */ public void setCreationDateTime(CreationDateTime value) { this.creationDateTime = value; } /** * Gets the value of the capacityTimeInterval property. * * @return * possible object is * {@link CapacityTimeInterval } * */ public CapacityTimeInterval getCapacityTimeInterval() { return capacityTimeInterval; } /** * Sets the value of the capacityTimeInterval property. * * @param value * allowed object is * {@link CapacityTimeInterval } * */ public void setCapacityTimeInterval(CapacityTimeInterval value) { this.capacityTimeInterval = value; } /** * Gets the value of the domain property. * * @return * possible object is * {@link Domain } * */ public Domain getDomain() { return domain; } /** * Sets the value of the domain property. * * @param value * allowed object is * {@link Domain } * */ public void setDomain(Domain value) { this.domain = value; } /** * Gets the value of the capacityTimeSeries property. * * @return * possible object is * {@link CapacityTimeSeries } * */ public CapacityTimeSeries getCapacityTimeSeries() { return capacityTimeSeries; } /** * Sets the value of the capacityTimeSeries property. * * @param value * allowed object is * {@link CapacityTimeSeries } * */ public void setCapacityTimeSeries(CapacityTimeSeries value) { this.capacityTimeSeries = value; } /** * Gets the value of the dtdRelease property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getDtdRelease() { return dtdRelease; } /** * Sets the value of the dtdRelease property. * * @param value * allowed object is * {@link BigInteger } * */ public void setDtdRelease(BigInteger value) { this.dtdRelease = value; } /** * Gets the value of the dtdVersion property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getDtdVersion() { return dtdVersion; } /** * Sets the value of the dtdVersion property. * * @param value * allowed object is * {@link BigInteger } * */ public void setDtdVersion(BigInteger value) { this.dtdVersion = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy