java.lang.Object
nl.tno.omt.GlyphType
- Direct Known Subclasses:
ModelIdentificationType.Glyph
Java class for glyphType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="glyphType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attGroup ref="{http://standards.ieee.org/IEEE1516-2010}commonAttributes"/>
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="type" type="{http://standards.ieee.org/IEEE1516-2010}glyphTypeUnion" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="alt" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute namespace='##other'/>
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlt()Gets the value of the alt property.Gets the value of the height property.getHref()Gets the value of the href property.getIdtag()Gets the value of the idtag property.getNotes()Gets the value of the notes property.Gets a map that contains attributes that aren't bound to any typed property on this class.getType()Gets the value of the type property.byte[]getValue()Gets the value of the value property.getWidth()Gets the value of the width property.voidSets the value of the alt property.voidSets the value of the height property.voidSets the value of the href property.voidSets the value of the idtag property.voidSets the value of the notes property.voidSets the value of the type property.voidsetValue(byte[] value) Sets the value of the value property.voidSets the value of the width property.
-
Field Details
-
value
protected byte[] value -
href
-
type
-
height
-
width
-
alt
-
notes
-
idtag
-
-
Constructor Details
-
GlyphType
public GlyphType()
-
-
Method Details
-
getValue
public byte[] getValue()Gets the value of the value property.- Returns:
- possible object is byte[]
-
setValue
public void setValue(byte[] value) Sets the value of the value property.- Parameters:
value- allowed object is byte[]
-
getHref
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
Sets the value of the href property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getHeight
Gets the value of the height property.- Returns:
- possible object is
Short
-
setHeight
Sets the value of the height property.- Parameters:
value- allowed object isShort
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
Short
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isShort
-
getAlt
Gets the value of the alt property.- Returns:
- possible object is
String
-
setAlt
Sets the value of the alt property.- Parameters:
value- allowed object isString
-
getNotes
Gets the value of the notes property.- Returns:
- possible object is
String
-
setNotes
Sets the value of the notes property.- Parameters:
value- allowed object isString
-
getIdtag
Gets the value of the idtag property.- Returns:
- possible object is
String
-
setIdtag
Sets the value of the idtag property.- Parameters:
value- allowed object isString
-
getOtherAttributes
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-