![JAR search and dependency download from the Maven repository](/logo.png)
org.w3._1999.xlink.SimpleAttrs 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.xlink;
import com.kscs.util.jaxb.Buildable;
/**
* Interface-Deklaration generiert aus der group/attributeGroup-Deklaration:
* {http://www.w3.org/1999/xlink}simpleAttrs
* Schema-Dokument "file:/Users/mirko/src/git/jaxb-rich-contract-plugin/test/src/main/resources/xlink.xsd", Zeile 116, Position 40
* Folgendes Schema-Fragment wird durch dieses Interface repräsentiert:
*
* <attGroup name="simpleAttrs">
* <attGroup ref="{http://www.w3.org/1999/xlink}locatorAttrs"/>
* <attribute ref="{http://www.w3.org/1999/xlink}type fixed="simple""/>
* <attribute ref="{http://www.w3.org/1999/xlink}arcrole"/>
* <attribute ref="{http://www.w3.org/1999/xlink}show"/>
* <attribute ref="{http://www.w3.org/1999/xlink}actuate"/>
* </attGroup>
*
*
*/
public interface SimpleAttrs extends LocatorAttrs
{
String getArcrole();
ShowType getShow();
ActuateType getActuate();
interface BuildSupport<_B >extends Buildable, LocatorAttrs.BuildSupport<_B>
{
public _B end();
/**
* Setzt den neuen Wert der Eigenschaft "arcrole" (Vorher zugewiesener Wert wird
* ersetzt)
*
* @param arcrole
* Neuer Wert der Eigenschaft "arcrole".
*/
public SimpleAttrs.BuildSupport<_B> withArcrole(final String arcrole);
/**
* Setzt den neuen Wert der Eigenschaft "show" (Vorher zugewiesener Wert wird
* ersetzt)
*
* @param show
* Neuer Wert der Eigenschaft "show".
*/
public SimpleAttrs.BuildSupport<_B> withShow(final ShowType show);
/**
* Setzt den neuen Wert der Eigenschaft "actuate" (Vorher zugewiesener Wert wird
* ersetzt)
*
* @param actuate
* Neuer Wert der Eigenschaft "actuate".
*/
public SimpleAttrs.BuildSupport<_B> withActuate(final ActuateType actuate);
@Override
public SimpleAttrs build();
}
public interface Modifier
extends LocatorAttrs.Modifier
{
public void setArcrole(final String arcrole);
public void setShow(final ShowType show);
public void setActuate(final ActuateType actuate);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy