java.lang.Object
org.plutext.jaxb.svg11.Hkern
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">
<attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
<attribute name="u1" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="g1" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="u2" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="g2" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="k" use="required" type="{http://www.w3.org/2000/svg}Number.datatype" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Gets the value of the base property.getG1()Gets the value of the g1 property.getG2()Gets the value of the g2 property.getId()Gets the value of the id property.getK()Gets the value of the k property.getLang()Gets the value of the lang property.getSpace()Gets the value of the space property.getU1()Gets the value of the u1 property.getU2()Gets the value of the u2 property.voidSets the value of the base property.voidSets the value of the g1 property.voidSets the value of the g2 property.voidSets the value of the id property.voidSets the value of the k property.voidSets the value of the lang property.voidSets the value of the space property.voidSets the value of the u1 property.voidSets the value of the u2 property.
-
Field Details
-
u1
-
g1
-
u2
-
g2
-
k
-
id
-
base
-
space
-
lang
-
-
Constructor Details
-
Hkern
public Hkern()
-
-
Method Details
-
getU1
Gets the value of the u1 property.- Returns:
- possible object is
String
-
setU1
Sets the value of the u1 property.- Parameters:
value- allowed object isString
-
getG1
Gets the value of the g1 property.- Returns:
- possible object is
String
-
setG1
Sets the value of the g1 property.- Parameters:
value- allowed object isString
-
getU2
Gets the value of the u2 property.- Returns:
- possible object is
String
-
setU2
Sets the value of the u2 property.- Parameters:
value- allowed object isString
-
getG2
Gets the value of the g2 property.- Returns:
- possible object is
String
-
setG2
Sets the value of the g2 property.- Parameters:
value- allowed object isString
-
getK
Gets the value of the k property.- Returns:
- possible object is
String
-
setK
Sets the value of the k property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getBase
Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
Sets the value of the base property.- Parameters:
value- allowed object isString
-
getSpace
Gets the value of the space property.- Returns:
- possible object is
String
-
setSpace
Sets the value of the space property.- Parameters:
value- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-