Package iofXml.v2
Class TransferedToClass
java.lang.Object
iofXml.v2.TransferedToClass
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"/>
</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.voidsetClassId(ClassId value) Sets the value of the classId property.voidsetClassShortName(ClassShortName value) Sets the value of the classShortName property.
-
Field Details
-
classId
-
classShortName
-
-
Constructor Details
-
TransferedToClass
public TransferedToClass()
-
-
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
-