public interface NoticeRef extends XMLStructure
NoticeRef element as defined in ETSI TS
101 933 v1.3.2.
<xsd:complexType name="NoticeReferenceType">
<xsd:sequence>
<xsd:element name="Organization" type="xsd:string"/>
<xsd:element name="NoticeNumbers" type="IntegerListType"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="IntegerListType">
<xsd:sequence>
<xsd:element name="int" type="xsd:integer" minOccurs="0"
maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
A NoticeRef element may be created by invoking the
newNoticeRef method of the
QualifyingPropertiesFactory.
| Modifier and Type | Field and Description |
|---|---|
static String |
INT_LOCAL_NAME
The name of the descendent int.
|
static String |
NOTICE_NUMBERS_LOCAL_NAME
The name of the descendent NoticeNumbers.
|
| Modifier and Type | Method and Description |
|---|---|
List |
getNoticeNumbers()
Returns the notice numbers.
|
String |
getOrganization()
Returns the organization.
|
isFeatureSupportedstatic final String NOTICE_NUMBERS_LOCAL_NAME
static final String INT_LOCAL_NAME
© 2002-2005 IAIK, © 2004, 2006 - 2017 Stiftung SIC