public abstract class BaseIdentifier<I> extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
</extension>
</simpleContent>
</complexType>
| Modifier | Constructor and Description |
|---|---|
protected |
BaseIdentifier(I delegate) |
| Modifier and Type | Method and Description |
|---|---|
I |
getDelegate() |
abstract Map<QName,String> |
getOtherAttributes() |
abstract QName |
getQName() |
abstract String |
getValue()
Gets the value of the value property.
|
abstract void |
setValue(String value)
Sets the value of the value property.
|
protected I delegate
protected BaseIdentifier(I delegate)
public I getDelegate()
public abstract String getValue()
Stringpublic abstract void setValue(String value)
value - allowed object is
Stringpublic abstract QName getQName()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.