Class TstContentType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.TstContentType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOther()Gets the value of the other property.Gets the value of the tstInfo property.voidSets the value of the other property.voidsetTstInfo(TstInfo value) Sets the value of the tstInfo property.
-
Field Details
-
tstInfo
-
other
-
-
Constructor Details
-
TstContentType
public TstContentType()
-
-
Method Details
-
getTstInfo
Gets the value of the tstInfo property.- Returns:
- possible object is
TstInfo
-
setTstInfo
Sets the value of the tstInfo property.- Parameters:
value- allowed object isTstInfo
-
getOther
Gets the value of the other property.- Returns:
- possible object is
AnyType
-
setOther
Sets the value of the other property.- Parameters:
value- allowed object isAnyType
-