de.extra_standard.namespace.logging._1
Class ObjectType

java.lang.Object
  extended by de.extra_standard.namespace.components._1.ClassifiableStringType
      extended by de.extra_standard.namespace.logging._1.ObjectType

public class ObjectType
extends ClassifiableStringType

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

id

protected String id

name

protected String name

description

protected String description

type

protected String type

usage

protected String usage

location

protected String location
Constructor Detail

ObjectType

public ObjectType()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getUsage

public String getUsage()
Gets the value of the usage property.

Returns:
possible object is String

setUsage

public void setUsage(String value)
Sets the value of the usage property.

Parameters:
value - allowed object is String

getLocation

public String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(String value)
Sets the value of the location property.

Parameters:
value - allowed object is String


Copyright © 2012-2013. All Rights Reserved.