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

com.farao_community.farao.cse.data.xsd.ntc2.PriceDirection 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.10.29 at 10:09:23 AM UTC 
//


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

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;


/**
 * 
 * 				
 * 
 * <?xml version="1.0" encoding="UTF-8"?><Uid xmlns:ecc="etso-core-cmpts.xsd" xmlns:ecl="etso-code-lists.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema">ET0049</Uid>
 * 
* * *
 * <?xml version="1.0" encoding="UTF-8"?><Definition xmlns:ecc="etso-core-cmpts.xsd" xmlns:ecl="etso-code-lists.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema">The nature of a price (i.e.an Impacted Area System Operator pays to internal Market Parties or inverse).</Definition>
 * 
* * * *

Java class for PriceDirection complex type. * *

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

 * <complexType name="PriceDirection">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <attribute name="v" use="required" type="{etso-code-lists.xsd}PriceDirectionTypeList" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "PriceDirection") public class PriceDirection { @XmlAttribute(name = "v", required = true) protected PriceDirectionTypeList v; /** * Gets the value of the v property. * * @return * possible object is * {@link PriceDirectionTypeList } * */ public PriceDirectionTypeList getV() { return v; } /** * Sets the value of the v property. * * @param value * allowed object is * {@link PriceDirectionTypeList } * */ public void setV(PriceDirectionTypeList value) { this.v = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy