Class NoticeReferenceType
java.lang.Object
eu.europa.esig.xades.jaxb.xades122.NoticeReferenceType
- All Implemented Interfaces:
Serializable
Java class for NoticeReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NoticeReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Organization" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="NoticeNumbers" type="{http://uri.etsi.org/01903/v1.2.2#}IntegerListType"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the noticeNumbers property.Gets the value of the organization property.void
setNoticeNumbers
(IntegerListType value) Sets the value of the noticeNumbers property.void
setOrganization
(String value) Sets the value of the organization property.
-
Field Details
-
organization
-
noticeNumbers
-
-
Constructor Details
-
NoticeReferenceType
public NoticeReferenceType()
-
-
Method Details
-
getOrganization
Gets the value of the organization property.- Returns:
- possible object is
String
-
setOrganization
Sets the value of the organization property.- Parameters:
value
- allowed object isString
-
getNoticeNumbers
Gets the value of the noticeNumbers property.- Returns:
- possible object is
IntegerListType
-
setNoticeNumbers
Sets the value of the noticeNumbers property.- Parameters:
value
- allowed object isIntegerListType
-