public class SpecialAttrs extends Object
<xs:attributeGroup xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="specialAttrs">
<xs:attribute ref="xml:base">
<!-- Reference to inner class Base -->
</xs:attribute>
<xs:attribute ref="xml:lang">
<!-- Reference to inner class Lang -->
</xs:attribute>
<xs:attribute ref="xml:space"/>
<xs:attribute ref="xml:id">
<!-- Reference to inner class Id -->
</xs:attribute>
</xs:attributeGroup>
| Modifier and Type | Class and Description |
|---|---|
static class |
SpecialAttrs.Base
Schema fragment(s) for this class:
|
static class |
SpecialAttrs.Id
Schema fragment(s) for this class:
|
static class |
SpecialAttrs.Lang
Schema fragment(s) for this class:
|
| Constructor and Description |
|---|
SpecialAttrs() |
| Modifier and Type | Method and Description |
|---|---|
SpecialAttrs.Base |
getBase()
Get the 'base' attribute value.
|
SpecialAttrs.Id |
getId()
Get the 'id' attribute value.
|
SpecialAttrs.Lang |
getLang()
Get the 'lang' attribute value.
|
Space |
getSpace()
Get the 'space' attribute value.
|
void |
setBase(SpecialAttrs.Base base)
Set the 'base' attribute value.
|
void |
setId(SpecialAttrs.Id id)
Set the 'id' attribute value.
|
void |
setLang(SpecialAttrs.Lang lang)
Set the 'lang' attribute value.
|
void |
setSpace(Space space)
Set the 'space' attribute value.
|
public SpecialAttrs.Base getBase()
public void setBase(SpecialAttrs.Base base)
base - public SpecialAttrs.Lang getLang()
public void setLang(SpecialAttrs.Lang lang)
lang - public Space getSpace()
public void setSpace(Space space)
space - public SpecialAttrs.Id getId()
public void setId(SpecialAttrs.Id id)
id - Copyright © 2018 Europeana Foundation. All rights reserved.