org.sdmx.resources.sdmxml.schemas.v2_1.registry
Class NotificationURLType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.registry.NotificationURLType

public class NotificationURLType
extends Object

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

value

protected String value

isSOAP

protected Boolean isSOAP
Constructor Detail

NotificationURLType

public NotificationURLType()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

isIsSOAP

public boolean isIsSOAP()
Gets the value of the isSOAP property.

Returns:
possible object is Boolean

setIsSOAP

public void setIsSOAP(Boolean value)
Sets the value of the isSOAP property.

Parameters:
value - allowed object is Boolean


Copyright © 2012. All Rights Reserved.