no.digipost.api.client.representations
Class SmsNotification

java.lang.Object
  extended by no.digipost.api.client.representations.SmsNotification

public class SmsNotification
extends Object


Field Summary
protected  List<Integer> afterHours
           
protected  List<ListedTime> ats
           
 
Constructor Summary
SmsNotification()
           
SmsNotification(int afterHours)
           
 
Method Summary
 List<Integer> getAfterHours()
          Gets the value of the afterHours property.
 List<ListedTime> getAts()
          Gets the value of the ats property.
 void setAfterHours(List<Integer> value)
           
 void setAts(List<ListedTime> value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ats

protected List<ListedTime> ats

afterHours

protected List<Integer> afterHours
Constructor Detail

SmsNotification

public SmsNotification()

SmsNotification

public SmsNotification(int afterHours)
Method Detail

getAts

public List<ListedTime> getAts()
Gets the value of the ats property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ats property.

For example, to add a new item, do as follows:

    getAts().add(newItem);
 

Objects of the following type(s) are allowed in the list ListedTime


getAfterHours

public List<Integer> getAfterHours()
Gets the value of the afterHours property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the afterHours property.

For example, to add a new item, do as follows:

    getAfterHours().add(newItem);
 

Objects of the following type(s) are allowed in the list Integer


setAts

public void setAts(List<ListedTime> value)

setAfterHours

public void setAfterHours(List<Integer> value)


Copyright © 2012 Digipost Open Source. All Rights Reserved.