Uses of Class
org.w3.xlink.TitleEltType
-
Packages that use TitleEltType Package Description org.w3.xlink -
-
Uses of TitleEltType in org.w3.xlink
Fields in org.w3.xlink declared as TitleEltType Modifier and Type Field Description protected TitleEltTypeTitleEltType.Builder. _storedValueFields in org.w3.xlink with type parameters of type TitleEltType Modifier and Type Field Description protected List<TitleEltType>ArcType. titleprotected List<TitleEltType>LocatorType. titleMethods in org.w3.xlink with type parameters of type TitleEltType Modifier and Type Method Description protected <_P extends TitleEltType>
_PTitleEltType.Builder. init(_P _product)Methods in org.w3.xlink that return TitleEltType Modifier and Type Method Description TitleEltTypeTitleEltType.Builder. build()TitleEltTypeObjectFactory. createTitleEltType()Create an instance ofTitleEltTypeMethods in org.w3.xlink that return types with arguments of type TitleEltType Modifier and Type Method Description javax.xml.bind.JAXBElement<TitleEltType>ObjectFactory. createTitle(TitleEltType value)List<TitleEltType>ArcType. getTitle()Gets the value of the title property.List<TitleEltType>LocatorType. getTitle()Gets the value of the title property.Methods in org.w3.xlink with parameters of type TitleEltType Modifier and Type Method Description ArcType.Builder<_B>ArcType.Builder. addTitle(TitleEltType... title)Adds the given items to the value of "title"Extended.Builder<_B>Extended.Builder. addTitle(TitleEltType... title_)Adds the given items to the value of "title_"LocatorType.Builder<_B>LocatorType.Builder. addTitle(TitleEltType... title)Adds the given items to the value of "title"static TitleEltType.Builder<Void>TitleEltType. copyExcept(TitleEltType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)TitleEltType.Builder<_B>TitleEltType.Builder. copyOf(TitleEltType _other)static <_B> TitleEltType.Builder<_B>TitleEltType. copyOf(TitleEltType _other)static <_B> TitleEltType.Builder<_B>TitleEltType. copyOf(TitleEltType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static TitleEltType.Builder<Void>TitleEltType. copyOnly(TitleEltType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<TitleEltType>ObjectFactory. createTitle(TitleEltType value)ArcType.Builder<_B>ArcType.Builder. withTitle(TitleEltType... title)Sets the new value of "title" (any previous value will be replaced)LocatorType.Builder<_B>LocatorType.Builder. withTitle(TitleEltType... title)Sets the new value of "title" (any previous value will be replaced)Method parameters in org.w3.xlink with type arguments of type TitleEltType Modifier and Type Method Description ArcType.Builder<_B>ArcType.Builder. addTitle(Iterable<? extends TitleEltType> title)Adds the given items to the value of "title"Extended.Builder<_B>Extended.Builder. addTitle(Iterable<? extends TitleEltType> title_)Adds the given items to the value of "title_"LocatorType.Builder<_B>LocatorType.Builder. addTitle(Iterable<? extends TitleEltType> title)Adds the given items to the value of "title"ArcType.Builder<_B>ArcType.Builder. withTitle(Iterable<? extends TitleEltType> title)Sets the new value of "title" (any previous value will be replaced)LocatorType.Builder<_B>LocatorType.Builder. withTitle(Iterable<? extends TitleEltType> title)Sets the new value of "title" (any previous value will be replaced)Constructors in org.w3.xlink with parameters of type TitleEltType Constructor Description Builder(_B _parentBuilder, TitleEltType _other, boolean _copy)Builder(_B _parentBuilder, TitleEltType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-