Package iofXml.v2
Class SubstituteClass
java.lang.Object
iofXml.v2.SubstituteClass
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>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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.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.
-
Field Details
-
classId
-
classShortName
-
clazz
-
-
Constructor Details
-
SubstituteClass
public SubstituteClass()
-
-
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
-