org.w3._1999.xhtml.XmlAttributeGroup Maven / Gradle / Ivy
//
// Diese Datei wurde mit der Eclipse Implementation of JAXB, v4.0.2 generiert
// Siehe https://eclipse-ee4j.github.io/jaxb-ri
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
//
package org.w3._1999.xhtml;
import com.kscs.util.jaxb.Buildable;
/**
* Interface-Deklaration generiert aus der group/attributeGroup-Deklaration:
* {http://www.w3.org/1999/xhtml}xmlAttributeGroup
* Schema-Dokument "file:/Users/mirko/src/git/jaxb-rich-contract-plugin/test/src/main/resources/xhtml5.xsd", Zeile 1.878, Position 49
* Folgendes Schema-Fragment wird durch dieses Interface repräsentiert:
*
* <attGroup name="xmlAttributeGroup">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
* </attGroup>
*
*
*/
public interface XmlAttributeGroup {
String getXmlLang();
String getXmlSpace();
String getXmlBase();
interface BuildSupport<_B >extends Buildable
{
public _B end();
/**
* Setzt den neuen Wert der Eigenschaft "xmlLang" (Vorher zugewiesener Wert wird
* ersetzt)
*
* @param xmlLang
* Neuer Wert der Eigenschaft "xmlLang".
*/
public XmlAttributeGroup.BuildSupport<_B> withXmlLang(final String xmlLang);
/**
* Setzt den neuen Wert der Eigenschaft "xmlSpace" (Vorher zugewiesener Wert wird
* ersetzt)
*
* @param xmlSpace
* Neuer Wert der Eigenschaft "xmlSpace".
*/
public XmlAttributeGroup.BuildSupport<_B> withXmlSpace(final String xmlSpace);
/**
* Setzt den neuen Wert der Eigenschaft "xmlBase" (Vorher zugewiesener Wert wird
* ersetzt)
*
* @param xmlBase
* Neuer Wert der Eigenschaft "xmlBase".
*/
public XmlAttributeGroup.BuildSupport<_B> withXmlBase(final String xmlBase);
@Override
public XmlAttributeGroup build();
}
public interface Modifier {
public void setXmlLang(final String xmlLang);
public void setXmlSpace(final String xmlSpace);
public void setXmlBase(final String xmlBase);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy