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

org.w3._1999.xlink.Extended 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 java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.namespace.QName;
import com.kscs.util.jaxb.Buildable;
import com.kscs.util.jaxb.CollectionProperty;
import com.kscs.util.jaxb.CollectionPropertyInfo;
import com.kscs.util.jaxb.CollectionPropertyInfo;
import com.kscs.util.jaxb.PropertyTree;
import com.kscs.util.jaxb.PropertyTreeUse;
import com.kscs.util.jaxb.PropertyVisitor;
import com.kscs.util.jaxb.SingleProperty;
import com.kscs.util.jaxb.SinglePropertyInfo;
import com.kscs.util.jaxb.SinglePropertyInfo;
import com.kscs.util.jaxb.SinglePropertyInfo;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlElements;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 
 * 				Intended for use as the type of user-declared elements to make them
 * 				extended links.
 * 				Note that the
 * 				elements referenced in the content model are all abstract.
 * 				The intention is that by simply declaring elements with
 * 				these as their
 * 				substitutionGroup, all the right things will happen.
 * 			
 * 
 * 

Java-Klasse für extended complex type. * *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

{@code
 * 
 *   
 *     
 *       
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "extended", propOrder = { "extendedModel" }) public class Extended implements Cloneable, ExtendedAttrsLifecycle { @XmlElements({ @XmlElement(name = "title", type = TitleEltType.class), @XmlElement(name = "resource", type = ResourceType.class), @XmlElement(name = "locator", type = LocatorType.class), @XmlElement(name = "arc", type = ArcType.class) }) protected List extendedModel; @XmlAttribute(name = "type", namespace = "http://www.w3.org/1999/xlink", required = true) protected TypeType type; @XmlAttribute(name = "role", namespace = "http://www.w3.org/1999/xlink") protected String role; @XmlAttribute(name = "title", namespace = "http://www.w3.org/1999/xlink") protected String title; protected transient List extendedModel_RO = null; protected transient Extended.Modifier __cachedModifier__; /** * Ruft den Wert der type-Eigenschaft ab. * * @return * possible object is * {@link TypeType } * */ public TypeType getType() { if (type == null) { return TypeType.EXTENDED; } else { return type; } } /** * Legt den Wert der type-Eigenschaft fest. * * @param value * allowed object is * {@link TypeType } * */ protected void setType(TypeType value) { this.type = value; } /** * Ruft den Wert der role-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getRole() { return role; } /** * Legt den Wert der role-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setRole(String value) { this.role = value; } /** * Ruft den Wert der title-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getTitle() { return title; } /** * Legt den Wert der title-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setTitle(String value) { this.title = value; } @Override public Extended clone() { final Extended _newObject; try { _newObject = ((Extended) super.clone()); } catch (CloneNotSupportedException e) { throw new RuntimeException(e); } _newObject.extendedModel = ((this.extendedModel == null)?null:new ArrayList<>(this.extendedModel)); _newObject.extendedModel_RO = ((extendedModel == null)?null:Collections.unmodifiableList(_newObject.extendedModel)); return _newObject; } /** * Copies all state of this object to a builder. This method is used by the copyOf * method and should not be called directly by client code. * * @param _other * A builder instance to which the state of this object will be copied. */ public<_B >void copyTo(final Extended.Builder<_B> _other) { if (this.extendedModel == null) { _other.extendedModel = null; } else { _other.extendedModel = new ArrayList<>(); for (Object _item: this.extendedModel) { _other.extendedModel.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } _other.type = this.type; _other.role = this.role; _other.title = this.title; } public<_B >Extended.Builder<_B> newCopyBuilder(final _B _parentBuilder) { return new Extended.Builder<_B>(_parentBuilder, this, true); } public Extended.Builder newCopyBuilder() { return newCopyBuilder(null); } public static Extended.Builder builder() { return new Extended.Builder<>(null, null, false); } public static<_B >Extended.Builder<_B> copyOf(final Extended _other) { final Extended.Builder<_B> _newBuilder = new Extended.Builder<>(null, null, false); _other.copyTo(_newBuilder); return _newBuilder; } /** * Copies all state of this object to a builder. This method is used by the copyOf * method and should not be called directly by client code. * * @param _other * A builder instance to which the state of this object will be copied. */ public<_B >void copyTo(final Extended.Builder<_B> _other, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { final PropertyTree extendedModelPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("extendedModel")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(extendedModelPropertyTree!= null):((extendedModelPropertyTree == null)||(!extendedModelPropertyTree.isLeaf())))) { if (this.extendedModel == null) { _other.extendedModel = null; } else { _other.extendedModel = new ArrayList<>(); for (Object _item: this.extendedModel) { _other.extendedModel.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } } final PropertyTree typePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("type")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(typePropertyTree!= null):((typePropertyTree == null)||(!typePropertyTree.isLeaf())))) { _other.type = this.type; } final PropertyTree rolePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("role")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(rolePropertyTree!= null):((rolePropertyTree == null)||(!rolePropertyTree.isLeaf())))) { _other.role = this.role; } final PropertyTree titlePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("title")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(titlePropertyTree!= null):((titlePropertyTree == null)||(!titlePropertyTree.isLeaf())))) { _other.title = this.title; } } public<_B >Extended.Builder<_B> newCopyBuilder(final _B _parentBuilder, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { return new Extended.Builder<_B>(_parentBuilder, this, true, _propertyTree, _propertyTreeUse); } public Extended.Builder newCopyBuilder(final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { return newCopyBuilder(null, _propertyTree, _propertyTreeUse); } public static<_B >Extended.Builder<_B> copyOf(final Extended _other, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { final Extended.Builder<_B> _newBuilder = new Extended.Builder<>(null, null, false); _other.copyTo(_newBuilder, _propertyTree, _propertyTreeUse); return _newBuilder; } public static Extended.Builder copyExcept(final Extended _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.EXCLUDE); } public static Extended.Builder copyOnly(final Extended _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.INCLUDE); } public List getExtendedModel() { if (this.extendedModel == null) { this.extendedModel = new ArrayList<>(); } if (this.extendedModel_RO == null) { this.extendedModel_RO = ((extendedModel == null)?null:Collections.unmodifiableList(this.extendedModel)); } return this.extendedModel_RO; } public Extended.Modifier modifier() { if (null == this.__cachedModifier__) { this.__cachedModifier__ = new Extended.Modifier(); } return ((Extended.Modifier) this.__cachedModifier__); } public Extended visit(final PropertyVisitor _visitor_) { _visitor_.visit(this); _visitor_.visit(new CollectionProperty<>(Extended.PropInfo.extendedModel, this)); _visitor_.visit(new SingleProperty<>(Extended.PropInfo.type, this)); _visitor_.visit(new SingleProperty<>(Extended.PropInfo.role, this)); _visitor_.visit(new SingleProperty<>(Extended.PropInfo.title, this)); return this; } public static class Builder<_B >implements Buildable, org.w3._1999.xlink.ExtendedAttrs.BuildSupport<_B> { protected final _B _parentBuilder; protected final Extended _storedValue; private List extendedModel; private TypeType type = TypeType.EXTENDED; private String role; private String title; public Builder(final _B _parentBuilder, final Extended _other, final boolean _copy) { this._parentBuilder = _parentBuilder; if (_other!= null) { if (_copy) { _storedValue = null; if (_other.extendedModel == null) { this.extendedModel = null; } else { this.extendedModel = new ArrayList<>(); for (Object _item: _other.extendedModel) { this.extendedModel.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } this.type = _other.type; this.role = _other.role; this.title = _other.title; } else { _storedValue = _other; } } else { _storedValue = null; } } public Builder(final _B _parentBuilder, final Extended _other, final boolean _copy, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { this._parentBuilder = _parentBuilder; if (_other!= null) { if (_copy) { _storedValue = null; final PropertyTree extendedModelPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("extendedModel")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(extendedModelPropertyTree!= null):((extendedModelPropertyTree == null)||(!extendedModelPropertyTree.isLeaf())))) { if (_other.extendedModel == null) { this.extendedModel = null; } else { this.extendedModel = new ArrayList<>(); for (Object _item: _other.extendedModel) { this.extendedModel.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } } final PropertyTree typePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("type")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(typePropertyTree!= null):((typePropertyTree == null)||(!typePropertyTree.isLeaf())))) { this.type = _other.type; } final PropertyTree rolePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("role")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(rolePropertyTree!= null):((rolePropertyTree == null)||(!rolePropertyTree.isLeaf())))) { this.role = _other.role; } final PropertyTree titlePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("title")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(titlePropertyTree!= null):((titlePropertyTree == null)||(!titlePropertyTree.isLeaf())))) { this.title = _other.title; } } else { _storedValue = _other; } } else { _storedValue = null; } } public _B end() { return this._parentBuilder; } protected<_P extends Extended >_P init(final _P _product) { if (this.extendedModel!= null) { final List extendedModel = new ArrayList<>(this.extendedModel.size()); for (Buildable _item: this.extendedModel) { extendedModel.add(((Object) _item.build())); } _product.extendedModel = extendedModel; } _product.extendedModel_RO = ((extendedModel == null)?null:Collections.unmodifiableList(_product.extendedModel)); _product.type = this.type; _product.role = this.role; _product.title = this.title; return _product; } /** * Fügt Werte zur Eigenschaft "extendedModel" hinzu. * * @param extendedModel * Werte, die zur Eigenschaft "extendedModel" hinzugefügt werden. */ public Extended.Builder<_B> addExtendedModel(final Iterable extendedModel) { if (extendedModel!= null) { if (this.extendedModel == null) { this.extendedModel = new ArrayList<>(); } for (Object _item: extendedModel) { this.extendedModel.add(new Buildable.PrimitiveBuildable(_item)); } } return this; } /** * Setzt den neuen Wert der Eigenschaft "extendedModel" (Vorher zugewiesener Wert * wird ersetzt) * * @param extendedModel * Neuer Wert der Eigenschaft "extendedModel". */ public Extended.Builder<_B> withExtendedModel(final Iterable extendedModel) { if (this.extendedModel!= null) { this.extendedModel.clear(); } return addExtendedModel(extendedModel); } /** * Fügt Werte zur Eigenschaft "extendedModel" hinzu. * * @param extendedModel * Werte, die zur Eigenschaft "extendedModel" hinzugefügt werden. */ public Extended.Builder<_B> addExtendedModel(Object... extendedModel) { addExtendedModel(Arrays.asList(extendedModel)); return this; } /** * Setzt den neuen Wert der Eigenschaft "extendedModel" (Vorher zugewiesener Wert * wird ersetzt) * * @param extendedModel * Neuer Wert der Eigenschaft "extendedModel". */ public Extended.Builder<_B> withExtendedModel(Object... extendedModel) { withExtendedModel(Arrays.asList(extendedModel)); return this; } /** * Fügt Werte zur Eigenschaft "title_" hinzu. * * @param title_ * Werte, die zur Eigenschaft "title_" hinzugefügt werden. */ public Extended.Builder<_B> addTitle(final Iterable title_) { if (title_!= null) { if (this.extendedModel == null) { this.extendedModel = new ArrayList<>(); } for (TitleEltType _item: title_) { this.extendedModel.add(new TitleEltType.Builder<>(this, _item, false)); } } return this; } /** * Fügt Werte zur Eigenschaft "title_" hinzu. * * @param title_ * Werte, die zur Eigenschaft "title_" hinzugefügt werden. */ public Extended.Builder<_B> addTitle(TitleEltType... title_) { return addTitle(Arrays.asList(title_)); } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "title". * Mit {@link org.w3._1999.xlink.TitleEltType.Builder#end()} geht es zurück zum * aktuellen Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "title". * Mit {@link org.w3._1999.xlink.TitleEltType.Builder#end()} geht es zurück zum * aktuellen Builder. */ public TitleEltType.Builder> addTitle() { if (this.extendedModel == null) { this.extendedModel = new ArrayList<>(); } final TitleEltType.Builder> title_Builder = new TitleEltType.Builder<>(this, null, false); this.extendedModel.add(title_Builder); return title_Builder; } /** * Fügt Werte zur Eigenschaft "resource_" hinzu. * * @param resource_ * Werte, die zur Eigenschaft "resource_" hinzugefügt werden. */ public Extended.Builder<_B> addResource(final Iterable resource_) { if (resource_!= null) { if (this.extendedModel == null) { this.extendedModel = new ArrayList<>(); } for (ResourceType _item: resource_) { this.extendedModel.add(new ResourceType.Builder<>(this, _item, false)); } } return this; } /** * Fügt Werte zur Eigenschaft "resource_" hinzu. * * @param resource_ * Werte, die zur Eigenschaft "resource_" hinzugefügt werden. */ public Extended.Builder<_B> addResource(ResourceType... resource_) { return addResource(Arrays.asList(resource_)); } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "resource". * Mit {@link org.w3._1999.xlink.ResourceType.Builder#end()} geht es zurück zum * aktuellen Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "resource". * Mit {@link org.w3._1999.xlink.ResourceType.Builder#end()} geht es zurück zum * aktuellen Builder. */ public ResourceType.Builder> addResource() { if (this.extendedModel == null) { this.extendedModel = new ArrayList<>(); } final ResourceType.Builder> resource_Builder = new ResourceType.Builder<>(this, null, false); this.extendedModel.add(resource_Builder); return resource_Builder; } /** * Fügt Werte zur Eigenschaft "locator_" hinzu. * * @param locator_ * Werte, die zur Eigenschaft "locator_" hinzugefügt werden. */ public Extended.Builder<_B> addLocator(final Iterable locator_) { if (locator_!= null) { if (this.extendedModel == null) { this.extendedModel = new ArrayList<>(); } for (LocatorType _item: locator_) { this.extendedModel.add(new LocatorType.Builder<>(this, _item, false)); } } return this; } /** * Fügt Werte zur Eigenschaft "locator_" hinzu. * * @param locator_ * Werte, die zur Eigenschaft "locator_" hinzugefügt werden. */ public Extended.Builder<_B> addLocator(LocatorType... locator_) { return addLocator(Arrays.asList(locator_)); } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "locator". * Mit {@link org.w3._1999.xlink.LocatorType.Builder#end()} geht es zurück zum * aktuellen Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "locator". * Mit {@link org.w3._1999.xlink.LocatorType.Builder#end()} geht es zurück zum * aktuellen Builder. */ public LocatorType.Builder> addLocator() { if (this.extendedModel == null) { this.extendedModel = new ArrayList<>(); } final LocatorType.Builder> locator_Builder = new LocatorType.Builder<>(this, null, false); this.extendedModel.add(locator_Builder); return locator_Builder; } /** * Fügt Werte zur Eigenschaft "arc_" hinzu. * * @param arc_ * Werte, die zur Eigenschaft "arc_" hinzugefügt werden. */ public Extended.Builder<_B> addArc(final Iterable arc_) { if (arc_!= null) { if (this.extendedModel == null) { this.extendedModel = new ArrayList<>(); } for (ArcType _item: arc_) { this.extendedModel.add(new ArcType.Builder<>(this, _item, false)); } } return this; } /** * Fügt Werte zur Eigenschaft "arc_" hinzu. * * @param arc_ * Werte, die zur Eigenschaft "arc_" hinzugefügt werden. */ public Extended.Builder<_B> addArc(ArcType... arc_) { return addArc(Arrays.asList(arc_)); } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "arc". * Mit {@link org.w3._1999.xlink.ArcType.Builder#end()} geht es zurück zum * aktuellen Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "arc". * Mit {@link org.w3._1999.xlink.ArcType.Builder#end()} geht es zurück zum * aktuellen Builder. */ public ArcType.Builder> addArc() { if (this.extendedModel == null) { this.extendedModel = new ArrayList<>(); } final ArcType.Builder> arc_Builder = new ArcType.Builder<>(this, null, false); this.extendedModel.add(arc_Builder); return arc_Builder; } /** * Setzt den neuen Wert der Eigenschaft "type" (Vorher zugewiesener Wert wird * ersetzt) * * @param type * Neuer Wert der Eigenschaft "type". */ public Extended.Builder<_B> withType(final TypeType type) { this.type = type; return this; } /** * Setzt den neuen Wert der Eigenschaft "role" (Vorher zugewiesener Wert wird * ersetzt) * * @param role * Neuer Wert der Eigenschaft "role". */ public Extended.Builder<_B> withRole(final String role) { this.role = role; return this; } /** * Setzt den neuen Wert der Eigenschaft "title" (Vorher zugewiesener Wert wird * ersetzt) * * @param title * Neuer Wert der Eigenschaft "title". */ public Extended.Builder<_B> withTitle(final String title) { this.title = title; return this; } @Override public Extended build() { if (_storedValue == null) { return this.init(new Extended()); } else { return ((Extended) _storedValue); } } public Extended.Builder<_B> copyOf(final Extended _other) { _other.copyTo(this); return this; } public Extended.Builder<_B> copyOf(final Extended.Builder _other) { return copyOf(_other.build()); } } public class Modifier implements org.w3._1999.xlink.ExtendedAttrs.Modifier { public List getExtendedModel() { if (Extended.this.extendedModel == null) { Extended.this.extendedModel = new ArrayList<>(); } return Extended.this.extendedModel; } public void setType(final TypeType type) { Extended.this.setType(type); } public void setRole(final String role) { Extended.this.setRole(role); } public void setTitle(final String title) { Extended.this.setTitle(title); } } public static class PropInfo { public static final transient CollectionPropertyInfo extendedModel = new CollectionPropertyInfo("extendedModel", Extended.class, Object.class, true, null, new QName("http://www.w3.org/1999/xlink", "extendedModel"), new QName("http://www.w3.org/1999/xlink", "extendedModel"), false) { @Override public List get(final Extended _instance_) { return ((_instance_ == null)?null:_instance_.extendedModel); } @Override public void set(final Extended _instance_, final List _value_) { if (_instance_!= null) { _instance_.extendedModel = _value_; } } } ; public static final transient SinglePropertyInfo type = new SinglePropertyInfo("type", Extended.class, TypeType.class, false, TypeType.EXTENDED, new QName("http://www.w3.org/1999/xlink", "type"), new QName("http://www.w3.org/1999/xlink", "typeType"), true) { @Override public TypeType get(final Extended _instance_) { return ((_instance_ == null)?null:_instance_.type); } @Override public void set(final Extended _instance_, final TypeType _value_) { if (_instance_!= null) { _instance_.type = _value_; } } } ; public static final transient SinglePropertyInfo role = new SinglePropertyInfo("role", Extended.class, String.class, false, null, new QName("http://www.w3.org/1999/xlink", "role"), new QName("http://www.w3.org/1999/xlink", "roleType"), true) { @Override public String get(final Extended _instance_) { return ((_instance_ == null)?null:_instance_.role); } @Override public void set(final Extended _instance_, final String _value_) { if (_instance_!= null) { _instance_.role = _value_; } } } ; public static final transient SinglePropertyInfo title = new SinglePropertyInfo("title", Extended.class, String.class, false, null, new QName("http://www.w3.org/1999/xlink", "title"), new QName("http://www.w3.org/1999/xlink", "titleAttrType"), true) { @Override public String get(final Extended _instance_) { return ((_instance_ == null)?null:_instance_.title); } @Override public void set(final Extended _instance_, final String _value_) { if (_instance_!= null) { _instance_.title = _value_; } } } ; } public static class Select extends Extended.Selector { Select() { super(null, null, null); } public static Extended.Select _root() { return new Extended.Select(); } } public static class Selector , TParent > extends com.kscs.util.jaxb.Selector { private com.kscs.util.jaxb.Selector> extendedModel = null; private com.kscs.util.jaxb.Selector> type = null; private com.kscs.util.jaxb.Selector> role = null; private com.kscs.util.jaxb.Selector> title = null; public Selector(final TRoot root, final TParent parent, final String propertyName) { super(root, parent, propertyName); } @Override public Map buildChildren() { final Map products = new HashMap<>(); products.putAll(super.buildChildren()); if (this.extendedModel!= null) { products.put("extendedModel", this.extendedModel.init()); } if (this.type!= null) { products.put("type", this.type.init()); } if (this.role!= null) { products.put("role", this.role.init()); } if (this.title!= null) { products.put("title", this.title.init()); } return products; } public com.kscs.util.jaxb.Selector> extendedModel() { return ((this.extendedModel == null)?this.extendedModel = new com.kscs.util.jaxb.Selector<>(this._root, this, "extendedModel"):this.extendedModel); } public com.kscs.util.jaxb.Selector> type() { return ((this.type == null)?this.type = new com.kscs.util.jaxb.Selector<>(this._root, this, "type"):this.type); } public com.kscs.util.jaxb.Selector> role() { return ((this.role == null)?this.role = new com.kscs.util.jaxb.Selector<>(this._root, this, "role"):this.role); } public com.kscs.util.jaxb.Selector> title() { return ((this.title == null)?this.title = new com.kscs.util.jaxb.Selector<>(this._root, this, "title"):this.title); } } }