Package iofXml.v3

Class ClassType

  • All Implemented Interfaces:

    
    public class ClassType
    
                        

    Defines a class type, which is used to group classes in categories.

    Java class for ClassType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
    <complexType name="ClassType">
      <complexContent>
        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
          <sequence>
            <element name="Id" type="{http://www.orienteering.org/datastandard/3.0}Id" minOccurs="0"/>
            <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
          </sequence>
          <attribute name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
        </restriction>
      </complexContent>
    </complexType>
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassType()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Id getId() Gets the value of the id property.
      void setId(Id value) Sets the value of the id property.
      String getName() The name of the class type.
      void setName(String value) Sets the value of the name property.
      XMLGregorianCalendar getModifyTime() Gets the value of the modifyTime property.
      void setModifyTime(XMLGregorianCalendar value) Sets the value of the modifyTime property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait