public class Identifier
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="authority" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
authority |
protected java.lang.String |
content |
| Constructor and Description |
|---|
Identifier() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthority()
Gets the value of the authority property.
|
java.lang.String |
getContent()
Gets the value of the content property.
|
void |
setAuthority(java.lang.String value)
Sets the value of the authority property.
|
void |
setContent(java.lang.String value)
Sets the value of the content property.
|
protected java.lang.String content
protected java.lang.String authority
public java.lang.String getContent()
Stringpublic void setContent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAuthority()
Stringpublic void setAuthority(java.lang.String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.