public class TERMType extends Object
Java class for TERMType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TERMType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Prefix" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="NameSpace" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Schema" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
nameSpace |
protected String |
prefix |
protected String |
schema |
| Constructor and Description |
|---|
TERMType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getNameSpace()
Gets the value of the nameSpace property.
|
String |
getPrefix()
Gets the value of the prefix property.
|
String |
getSchema()
Gets the value of the schema property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNameSpace(String value)
Sets the value of the nameSpace property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
void |
setSchema(String value)
Sets the value of the schema property.
|
protected String name
protected String prefix
protected String nameSpace
protected String schema
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPrefix()
Stringpublic void setPrefix(String value)
value - allowed object is
Stringpublic String getNameSpace()
Stringpublic void setNameSpace(String value)
value - allowed object is
Stringpublic String getSchema()
StringCopyright © 2017. All rights reserved.