public class MSPTemplateType extends Object
Java class for MSPTemplateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MSPTemplateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MSPTemplateType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ViewData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
mspTemplateType |
protected String |
name |
protected Integer |
objectId |
protected String |
viewData |
| Constructor and Description |
|---|
MSPTemplateType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMSPTemplateType()
Gets the value of the mspTemplateType property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
String |
getViewData()
Gets the value of the viewData property.
|
void |
setMSPTemplateType(String value)
Sets the value of the mspTemplateType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setViewData(String value)
Sets the value of the viewData property.
|
protected String mspTemplateType
protected String name
protected Integer objectId
protected String viewData
public String getMSPTemplateType()
Stringpublic void setMSPTemplateType(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic String getViewData()
StringCopyright © 2000–2025 MPXJ. All rights reserved.