Class SACommitmentTypeIndicationType
java.lang.Object
eu.europa.esig.validationreport.jaxb.AttributeBaseType
eu.europa.esig.validationreport.jaxb.SACommitmentTypeIndicationType
- All Implemented Interfaces:
Serializable
public class SACommitmentTypeIndicationType extends AttributeBaseType implements Serializable
Java class for SACommitmentTypeIndicationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SACommitmentTypeIndicationType">
<complexContent>
<extension base="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType">
<sequence>
<element name="CommitmentTypeIdentifier" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected StringcommitmentTypeIdentifierFields inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
attributeObject, signed -
Constructor Summary
Constructors Constructor Description SACommitmentTypeIndicationType() -
Method Summary
Modifier and Type Method Description StringgetCommitmentTypeIdentifier()Gets the value of the commitmentTypeIdentifier property.voidsetCommitmentTypeIdentifier(String value)Sets the value of the commitmentTypeIdentifier property.Methods inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
getAttributeObject, isSigned, setSigned
-
Field Details
-
Constructor Details
-
SACommitmentTypeIndicationType
public SACommitmentTypeIndicationType()
-
-
Method Details
-
getCommitmentTypeIdentifier
Gets the value of the commitmentTypeIdentifier property.- Returns:
- possible object is
String
-
setCommitmentTypeIdentifier
Sets the value of the commitmentTypeIdentifier property.- Parameters:
value- allowed object isString
-