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

org.xmlsoap.schemas.wsdl.TDocumented Maven / Gradle / Ivy

The newest version!
//
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.5-2 
// Visite http://java.sun.com/xml/jaxb 
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
// Generado el: PM.02.21 a las 09:44:00 PM CET 
//


package org.xmlsoap.schemas.wsdl;

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


/**
 * 
 *       This type is extended by  component types to allow them to be documented
 *       
 * 
 * 

Clase Java para tDocumented complex type. * *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. * *

 * <complexType name="tDocumented">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="documentation" type="{http://schemas.xmlsoap.org/wsdl/}tDocumentation" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "tDocumented", propOrder = { "documentation" }) @XmlSeeAlso({ TExtensibleAttributesDocumented.class, TExtensibleDocumented.class }) public class TDocumented { protected TDocumentation documentation; /** * Obtiene el valor de la propiedad documentation. * * @return * possible object is * {@link TDocumentation } * */ public TDocumentation getDocumentation() { return documentation; } /** * Define el valor de la propiedad documentation. * * @param value * allowed object is * {@link TDocumentation } * */ public void setDocumentation(TDocumentation value) { this.documentation = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy