Class NoticeReferenceType

java.lang.Object
eu.europa.esig.xades.jaxb.xades111.NoticeReferenceType

public class NoticeReferenceType extends Object

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.1.1#}IntegerListType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • NoticeReferenceType

      public NoticeReferenceType()
  • Method Details

    • getOrganization

      public String getOrganization()
      Gets the value of the organization property.
      Returns:
      possible object is String
    • setOrganization

      public void setOrganization(String value)
      Sets the value of the organization property.
      Parameters:
      value - allowed object is String
    • getNoticeNumbers

      public IntegerListType getNoticeNumbers()
      Gets the value of the noticeNumbers property.
      Returns:
      possible object is IntegerListType
    • setNoticeNumbers

      public void setNoticeNumbers(IntegerListType value)
      Sets the value of the noticeNumbers property.
      Parameters:
      value - allowed object is IntegerListType