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

com.farao_community.farao.cse.data.xsd.TTRM Maven / Gradle / Ivy

The 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.12.17 at 02:20:10 PM UTC 
//


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

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.XmlType;


/**
 * 
 * 				
 * 
 * <?xml version="1.0" encoding="UTF-8"?><Definition xmlns:ecc="etso-core-cmpts.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">Transmission Reliability Margin is the reserve cross-border transmission capacity maintained in case of possible emergency events and due to uncertainty as to the accuracy of data used in determining of TTC value.</Definition>
 * 
* * * *

Java class for T_TRM complex type. * *

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy