Module nl.tno.omt
Package nl.tno.omt

Class GlyphType

java.lang.Object
nl.tno.omt.GlyphType
Direct Known Subclasses:
ModelIdentificationType.Glyph

public class GlyphType extends Object

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 Details

    • value

      protected byte[] value
    • href

      protected String href
    • type

      protected String type
    • height

      protected Short height
    • width

      protected Short width
    • alt

      protected String alt
    • notes

      protected String notes
    • idtag

      protected String 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

      public String getHref()
      Gets the value of the href property.
      Returns:
      possible object is String
    • setHref

      public void setHref(String value)
      Sets the value of the href property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getHeight

      public Short getHeight()
      Gets the value of the height property.
      Returns:
      possible object is Short
    • setHeight

      public void setHeight(Short value)
      Sets the value of the height property.
      Parameters:
      value - allowed object is Short
    • getWidth

      public Short getWidth()
      Gets the value of the width property.
      Returns:
      possible object is Short
    • setWidth

      public void setWidth(Short value)
      Sets the value of the width property.
      Parameters:
      value - allowed object is Short
    • getAlt

      public String getAlt()
      Gets the value of the alt property.
      Returns:
      possible object is String
    • setAlt

      public void setAlt(String value)
      Sets the value of the alt property.
      Parameters:
      value - allowed object is String
    • getNotes

      public String getNotes()
      Gets the value of the notes property.
      Returns:
      possible object is String
    • setNotes

      public void setNotes(String value)
      Sets the value of the notes property.
      Parameters:
      value - allowed object is String
    • getIdtag

      public String getIdtag()
      Gets the value of the idtag property.
      Returns:
      possible object is String
    • setIdtag

      public void setIdtag(String value)
      Sets the value of the idtag property.
      Parameters:
      value - allowed object is String
    • getOtherAttributes

      public Map<QName,String> 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