public class EndPlaceHolder extends Object
Java class for EndPlaceHolder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EndPlaceHolder">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ID" use="required" type="{}ID" />
<attribute name="type" type="{}PlaceHolderType" default="ph" />
<attribute name="closing" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
closing |
protected int |
id |
protected PlaceHolderType |
type |
| Constructor and Description |
|---|
EndPlaceHolder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClosing()
Gets the value of the closing property.
|
int |
getID()
Gets the value of the id property.
|
PlaceHolderType |
getType()
Gets the value of the type property.
|
void |
setClosing(String value)
Sets the value of the closing property.
|
void |
setID(int value)
Sets the value of the id property.
|
void |
setType(PlaceHolderType value)
Sets the value of the type property.
|
protected int id
protected PlaceHolderType type
protected String closing
public int getID()
public void setID(int value)
public PlaceHolderType getType()
PlaceHolderTypepublic void setType(PlaceHolderType value)
value - allowed object is
PlaceHolderTypepublic String getClosing()
StringCopyright © 2021. All rights reserved.