Class SAContactInfoType
java.lang.Object
eu.europa.esig.validationreport.jaxb.AttributeBaseType
eu.europa.esig.validationreport.jaxb.SAContactInfoType
- All Implemented Interfaces:
Serializable
Java class for SAContactInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SAContactInfoType"> <complexContent> <extension base="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType"> <sequence> <element name="ContactInfoElement" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
attributeObject, signed
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contactInfoElement property.void
setContactInfoElement
(String value) Sets the value of the contactInfoElement property.Methods inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
getAttributeObject, isSigned, setSigned
-
Field Details
-
contactInfoElement
-
-
Constructor Details
-
SAContactInfoType
public SAContactInfoType()
-
-
Method Details