public static class Substitutions.Substitution 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="from">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="font-family" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="font-weight" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="font-style" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="to">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="font-family" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="font-weight" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="font-style" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Substitutions.Substitution.From
Java class for anonymous complex type.
|
static class |
Substitutions.Substitution.To
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Substitutions.Substitution.From |
from |
protected Substitutions.Substitution.To |
to |
| Constructor and Description |
|---|
Substitution() |
| Modifier and Type | Method and Description |
|---|---|
Substitutions.Substitution.From |
getFrom()
Gets the value of the from property.
|
Substitutions.Substitution.To |
getTo()
Gets the value of the to property.
|
void |
setFrom(Substitutions.Substitution.From value)
Sets the value of the from property.
|
void |
setTo(Substitutions.Substitution.To value)
Sets the value of the to property.
|
protected Substitutions.Substitution.From from
protected Substitutions.Substitution.To to
public Substitutions.Substitution.From getFrom()
Substitutions.Substitution.Frompublic void setFrom(Substitutions.Substitution.From value)
value - allowed object is
Substitutions.Substitution.Frompublic Substitutions.Substitution.To getTo()
Substitutions.Substitution.Topublic void setTo(Substitutions.Substitution.To value)
value - allowed object is
Substitutions.Substitution.ToCopyright © 2007-2022. All Rights Reserved.