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()
String
public void setMSPTemplateType(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Integer getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public String getViewData()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.