@Exported public class CsObject extends Object
Java class for csObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="csObject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sitename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subtype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
sitename |
protected String |
subtype |
protected String |
type |
| Constructor and Description |
|---|
CsObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getSitename()
Gets the value of the sitename property.
|
String |
getSubtype()
Gets the value of the subtype property.
|
String |
getType()
Gets the value of the type property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSitename(String value)
Sets the value of the sitename property.
|
void |
setSubtype(String value)
Sets the value of the subtype property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String name
protected String sitename
protected String subtype
protected String type
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSitename()
Stringpublic void setSitename(String value)
value - allowed object is
Stringpublic String getSubtype()
Stringpublic void setSubtype(String value)
value - allowed object is
Stringpublic String getType()
String