Package iofXml.v2
Class PreSelectedClass
java.lang.Object
iofXml.v2.PreSelectedClass
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">
<choice>
<element ref="{}ClassId"/>
<element ref="{}ClassShortName"/>
<element ref="{}Class"/>
</choice>
<attribute name="sequence" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClassIdprotected ClassShortNameprotected Classprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classId property.Gets the value of the classShortName property.getClazz()Gets the value of the clazz property.Gets the value of the sequence property.voidsetClassId(ClassId value) Sets the value of the classId property.voidsetClassShortName(ClassShortName value) Sets the value of the classShortName property.voidSets the value of the clazz property.voidsetSequence(String value) Sets the value of the sequence property.
-
Field Details
-
classId
-
classShortName
-
clazz
-
sequence
-
-
Constructor Details
-
PreSelectedClass
public PreSelectedClass()
-
-
Method Details
-
getClassId
Gets the value of the classId property.- Returns:
- possible object is
ClassId
-
setClassId
Sets the value of the classId property.- Parameters:
value- allowed object isClassId
-
getClassShortName
Gets the value of the classShortName property.- Returns:
- possible object is
ClassShortName
-
setClassShortName
Sets the value of the classShortName property.- Parameters:
value- allowed object isClassShortName
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
Class
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isClass
-
getSequence
Gets the value of the sequence property.- Returns:
- possible object is
String
-
setSequence
Sets the value of the sequence property.- Parameters:
value- allowed object isString
-