|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.registry.NotificationURLType
public class NotificationURLType
NotificationURLType describes the structure of an http or email address. The content holds the addresses while an attribute indicates whether or not is expects the contents in a SOAP message.
Java class for NotificationURLType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationURLType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
<attribute name="isSOAP" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
isSOAP
|
protected String |
value
|
| Constructor Summary | |
|---|---|
NotificationURLType()
|
|
| Method Summary | |
|---|---|
String |
getValue()
Gets the value of the value property. |
boolean |
isIsSOAP()
Gets the value of the isSOAP property. |
void |
setIsSOAP(Boolean value)
Sets the value of the isSOAP property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected Boolean isSOAP
| Constructor Detail |
|---|
public NotificationURLType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isIsSOAP()
Booleanpublic void setIsSOAP(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||