|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.components._1.ClassifiableStringType
de.extra_standard.namespace.logging._1.ObjectType
public class ObjectType
Java class for ObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectType">
<simpleContent>
<extension base="<http://www.extra-standard.de/namespace/components/1>ClassifiableStringType">
<attribute name="id" type="{http://www.extra-standard.de/namespace/components/1}SimpleIDType" />
<attribute name="name" type="{http://www.extra-standard.de/namespace/components/1}SimpleNameType" />
<attribute name="description" type="{http://www.extra-standard.de/namespace/components/1}SimpleStringType" />
<attribute name="type" type="{http://www.extra-standard.de/namespace/components/1}SimpleTypeType" />
<attribute name="usage" type="{http://www.extra-standard.de/namespace/codelists/1}UsageCodeType" />
<attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
description
|
protected String |
id
|
protected String |
location
|
protected String |
name
|
protected String |
type
|
protected String |
usage
|
| Fields inherited from class de.extra_standard.namespace.components._1.ClassifiableStringType |
|---|
clazz, value |
| Constructor Summary | |
|---|---|
ObjectType()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getId()
Gets the value of the id property. |
String |
getLocation()
Gets the value of the location property. |
String |
getName()
Gets the value of the name property. |
String |
getType()
Gets the value of the type property. |
String |
getUsage()
Gets the value of the usage property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLocation(String value)
Sets the value of the location property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setUsage(String value)
Sets the value of the usage property. |
| Methods inherited from class de.extra_standard.namespace.components._1.ClassifiableStringType |
|---|
getClazz, getValue, setClazz, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String name
protected String description
protected String type
protected String usage
protected String location
| Constructor Detail |
|---|
public ObjectType()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getUsage()
Stringpublic void setUsage(String value)
value - allowed object is
Stringpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||