public class ConceptualSchemeType extends Object
Java class for ConceptualSchemeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConceptualSchemeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Document" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="Authority" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
authority |
protected String |
document |
protected String |
name |
| Constructor and Description |
|---|
ConceptualSchemeType()
Default no-arg constructor
|
ConceptualSchemeType(String name,
String document,
String authority)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthority()
Gets the value of the authority property.
|
String |
getDocument()
Gets the value of the document property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAuthority(String value)
Sets the value of the authority property.
|
void |
setDocument(String value)
Sets the value of the document property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected String document
protected String authority
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDocument()
Stringpublic void setDocument(String value)
value - allowed object is
Stringpublic String getAuthority()
StringCopyright © 2015. All rights reserved.