Package iofXml.v2

Class SubstituteClass

java.lang.Object
iofXml.v2.SubstituteClass

public class SubstituteClass 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>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SubstituteClass

      public SubstituteClass()
  • 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