Package net.sf.okapi.filters.xini.jaxb
Class PlaceHolder
- java.lang.Object
-
- net.sf.okapi.filters.xini.jaxb.TextContent
-
- net.sf.okapi.filters.xini.jaxb.PlaceHolder
-
public class PlaceHolder extends TextContent
Java class for PlaceHolder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlaceHolder"> <complexContent> <extension base="{}TextContent"> <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" /> <attribute name="closing" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringclosingprotected intidprotected Stringopeningprotected PlaceHolderTypetype-
Fields inherited from class net.sf.okapi.filters.xini.jaxb.TextContent
content
-
-
Constructor Summary
Constructors Constructor Description PlaceHolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClosing()Gets the value of the closing property.intgetID()Gets the value of the id property.StringgetOpening()Gets the value of the opening property.PlaceHolderTypegetType()Gets the value of the type property.voidsetClosing(String value)Sets the value of the closing 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.-
Methods inherited from class net.sf.okapi.filters.xini.jaxb.TextContent
getContent
-
-
-
-
Field Detail
-
id
protected int id
-
type
protected PlaceHolderType type
-
opening
protected String opening
-
closing
protected String closing
-
-
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
-
setOpening
public void setOpening(String value)
Sets the value of the opening property.- Parameters:
value- allowed object isString
-
getClosing
public String getClosing()
Gets the value of the closing property.- Returns:
- possible object is
String
-
-