Package iofXml.v2
Class TransferedToClass
-
- All Implemented Interfaces:
public class TransferedToClassJava 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>
-
-
Constructor Summary
Constructors Constructor Description TransferedToClass()
-
Method Summary
Modifier and Type Method Description ClassIdgetClassId()Gets the value of the classId property. voidsetClassId(ClassId value)Sets the value of the classId property. ClassShortNamegetClassShortName()Gets the value of the classShortName property. voidsetClassShortName(ClassShortName value)Sets the value of the classShortName property. -
-
Method Detail
-
getClassId
ClassId getClassId()
Gets the value of the classId property.
- Returns:
possibleobject is ClassId
-
setClassId
void setClassId(ClassId value)
Sets the value of the classId property.
- Parameters:
value- allowed object is ClassId
-
getClassShortName
ClassShortName getClassShortName()
Gets the value of the classShortName property.
- Returns:
possibleobject is ClassShortName
-
setClassShortName
void setClassShortName(ClassShortName value)
Sets the value of the classShortName property.
- Parameters:
value- allowed object is ClassShortName
-
-
-
-