public static class Document.Markers.Marker extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DisplayStyle" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayStyle |
protected Integer |
id |
protected String |
name |
| Constructor and Description |
|---|
Marker() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayStyle()
Gets the value of the displayStyle property.
|
Integer |
getID()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDisplayStyle(String value)
Sets the value of the displayStyle property.
|
void |
setID(Integer value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected Integer id
protected String name
protected String displayStyle
public void setID(Integer value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDisplayStyle()
StringCopyright © 2000–2025 MPXJ. All rights reserved.