Package iofXml.v3
Class ClassType
java.lang.Object
iofXml.v3.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Idprotected XMLGregorianCalendarprotected StringThe name of the class type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
name
The name of the class type. -
modifyTime
-
-
Constructor Details
-
ClassType
public ClassType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
Id
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isId
-
getName
The name of the class type.- Returns:
- possible object is
String
-
setName
Sets the value of the name property. -
getModifyTime
Gets the value of the modifyTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setModifyTime
Sets the value of the modifyTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-