public class TimeScale 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="PrimaryUnits" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="PrimaryAlign" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="SecondaryUnits" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="SecondaryAlign" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="SecondaryCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
primaryAlign |
protected Integer |
primaryUnits |
protected Integer |
secondaryAlign |
protected Integer |
secondaryCount |
protected Integer |
secondaryUnits |
| Constructor and Description |
|---|
TimeScale() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPrimaryAlign()
Gets the value of the primaryAlign property.
|
Integer |
getPrimaryUnits()
Gets the value of the primaryUnits property.
|
Integer |
getSecondaryAlign()
Gets the value of the secondaryAlign property.
|
Integer |
getSecondaryCount()
Gets the value of the secondaryCount property.
|
Integer |
getSecondaryUnits()
Gets the value of the secondaryUnits property.
|
void |
setPrimaryAlign(Integer value)
Sets the value of the primaryAlign property.
|
void |
setPrimaryUnits(Integer value)
Sets the value of the primaryUnits property.
|
void |
setSecondaryAlign(Integer value)
Sets the value of the secondaryAlign property.
|
void |
setSecondaryCount(Integer value)
Sets the value of the secondaryCount property.
|
void |
setSecondaryUnits(Integer value)
Sets the value of the secondaryUnits property.
|
protected Integer primaryUnits
protected Integer primaryAlign
protected Integer secondaryUnits
protected Integer secondaryAlign
protected Integer secondaryCount
public Integer getPrimaryUnits()
Stringpublic void setPrimaryUnits(Integer value)
value - allowed object is
Stringpublic Integer getPrimaryAlign()
Stringpublic void setPrimaryAlign(Integer value)
value - allowed object is
Stringpublic Integer getSecondaryUnits()
Stringpublic void setSecondaryUnits(Integer value)
value - allowed object is
Stringpublic Integer getSecondaryAlign()
Stringpublic void setSecondaryAlign(Integer value)
value - allowed object is
Stringpublic Integer getSecondaryCount()
StringCopyright © 2000–2025 MPXJ. All rights reserved.