Package iofXml.v3
Class ClassType
-
- All Implemented Interfaces:
public class ClassTypeDefines 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>
-
-
Constructor Summary
Constructors Constructor Description ClassType()
-
Method Summary
Modifier and Type Method Description IdgetId()Gets the value of the id property. voidsetId(Id value)Sets the value of the id property. StringgetName()The name of the class type. voidsetName(String value)Sets the value of the name property. XMLGregorianCalendargetModifyTime()Gets the value of the modifyTime property. voidsetModifyTime(XMLGregorianCalendar value)Sets the value of the modifyTime property. -
-
Method Detail
-
setId
void setId(Id value)
Sets the value of the id property.
- Parameters:
value- allowed object is Id
-
setName
void setName(String value)
Sets the value of the name property.
- Parameters:
value- allowed object is String
-
getModifyTime
XMLGregorianCalendar getModifyTime()
Gets the value of the modifyTime property.
- Returns:
possibleobject is XMLGregorianCalendar
-
setModifyTime
void setModifyTime(XMLGregorianCalendar value)
Sets the value of the modifyTime property.
- Parameters:
value- allowed object is XMLGregorianCalendar
-
-
-
-