Package iofXml.v2

Class PreSelectedClass

java.lang.Object
iofXml.v2.PreSelectedClass

public class PreSelectedClass extends Object

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 Details

    • classId

      protected ClassId classId
    • classShortName

      protected ClassShortName classShortName
    • clazz

      protected Class clazz
    • sequence

      protected String sequence
  • Constructor Details

    • PreSelectedClass

      public PreSelectedClass()
  • Method Details

    • getClassId

      public ClassId getClassId()
      Gets the value of the classId property.
      Returns:
      possible object is ClassId
    • setClassId

      public void setClassId(ClassId value)
      Sets the value of the classId property.
      Parameters:
      value - allowed object is ClassId
    • getClassShortName

      public ClassShortName getClassShortName()
      Gets the value of the classShortName property.
      Returns:
      possible object is ClassShortName
    • setClassShortName

      public void setClassShortName(ClassShortName value)
      Sets the value of the classShortName property.
      Parameters:
      value - allowed object is ClassShortName
    • getClazz

      public Class getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is Class
    • setClazz

      public void setClazz(Class value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is Class
    • getSequence

      public String getSequence()
      Gets the value of the sequence property.
      Returns:
      possible object is String
    • setSequence

      public void setSequence(String value)
      Sets the value of the sequence property.
      Parameters:
      value - allowed object is String