Package net.sf.okapi.filters.xini.jaxb
Class StartPlaceHolder
- java.lang.Object
-
- net.sf.okapi.filters.xini.jaxb.StartPlaceHolder
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected intidprotected Stringopeningprotected PlaceHolderTypetype
-
Constructor Summary
Constructors Constructor Description StartPlaceHolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetID()Gets the value of the id property.StringgetOpening()Gets the value of the opening property.PlaceHolderTypegetType()Gets the value of the type property.voidsetID(int value)Sets the value of the id property.voidsetOpening(String value)Sets the value of the opening property.voidsetType(PlaceHolderType value)Sets the value of the type property.
-
-
-
Field Detail
-
id
protected int id
-
type
protected PlaceHolderType type
-
opening
protected String opening
-
-
Method Detail
-
getID
public int getID()
Gets the value of the id property.
-
setID
public void setID(int value)
Sets the value of the id property.
-
getType
public PlaceHolderType getType()
Gets the value of the type property.- Returns:
- possible object is
PlaceHolderType
-
setType
public void setType(PlaceHolderType value)
Sets the value of the type property.- Parameters:
value- allowed object isPlaceHolderType
-
getOpening
public String getOpening()
Gets the value of the opening property.- Returns:
- possible object is
String
-
-