java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.TstContentType

public class TstContentType extends Object

Java class for TstContentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TstContentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}TstInfo" minOccurs="0"/>
         <element name="Other" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TstContentType

      public TstContentType()
  • Method Details

    • getTstInfo

      public TstInfo getTstInfo()
      Gets the value of the tstInfo property.
      Returns:
      possible object is TstInfo
    • setTstInfo

      public void setTstInfo(TstInfo value)
      Sets the value of the tstInfo property.
      Parameters:
      value - allowed object is TstInfo
    • getOther

      public AnyType getOther()
      Gets the value of the other property.
      Returns:
      possible object is AnyType
    • setOther

      public void setOther(AnyType value)
      Sets the value of the other property.
      Parameters:
      value - allowed object is AnyType