|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.io.project.jaxb.generated.Styles
public class Styles
Java class for Styles complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Styles"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="background" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
background
|
protected String |
path
|
Constructor Summary | |
---|---|
Styles()
|
Method Summary | |
---|---|
String |
getBackground()
Gets the value of the background property. |
String |
getPath()
Gets the value of the path property. |
void |
setBackground(String value)
Sets the value of the background property. |
void |
setPath(String value)
Sets the value of the path property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String path
protected String background
Constructor Detail |
---|
public Styles()
Method Detail |
---|
public String getPath()
String
public void setPath(String value)
value
- allowed object is String
public String getBackground()
String
public void setBackground(String value)
value
- allowed object is String
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |