public class StartPlaceHolder extends Object
Java class for StartPlaceHolder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StartPlaceHolder">
<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="opening" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
protected String |
opening |
protected PlaceHolderType |
type |
| Constructor and Description |
|---|
StartPlaceHolder() |
| Modifier and Type | Method and Description |
|---|---|
int |
getID()
Gets the value of the id property.
|
String |
getOpening()
Gets the value of the opening property.
|
PlaceHolderType |
getType()
Gets the value of the type property.
|
void |
setID(int value)
Sets the value of the id property.
|
void |
setOpening(String value)
Sets the value of the opening property.
|
void |
setType(PlaceHolderType value)
Sets the value of the type property.
|
protected int id
protected PlaceHolderType type
protected String opening
public int getID()
public void setID(int value)
public PlaceHolderType getType()
PlaceHolderTypepublic void setType(PlaceHolderType value)
value - allowed object is
PlaceHolderTypepublic String getOpening()
StringCopyright © 2021. All rights reserved.