Package iofXml.v2
Class ClassType
java.lang.Object
iofXml.v2.ClassType
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}ClassTypeId"/>
<element ref="{}Name"/>
<element ref="{}ModifyDate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classTypeId property.Gets the value of the modifyDate property.getName()Gets the value of the name property.voidsetClassTypeId(ClassTypeId value) Sets the value of the classTypeId property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the name property.
-
Field Details
-
classTypeId
-
name
-
modifyDate
-
-
Constructor Details
-
ClassType
public ClassType()
-
-
Method Details
-
getClassTypeId
Gets the value of the classTypeId property.- Returns:
- possible object is
ClassTypeId
-
setClassTypeId
Sets the value of the classTypeId property.- Parameters:
value- allowed object isClassTypeId
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-