Class N
- java.lang.Object
 - 
- net.fortuna.ical4j.model.Content
 - 
- net.fortuna.ical4j.model.Property
 - 
- net.fortuna.ical4j.vcard.GroupProperty
 - 
- net.fortuna.ical4j.vcard.property.N
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,Comparable<Property>,FluentProperty
public class N extends GroupProperty
N property.$Id$
Created on 23/08/2008
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classN.Factory 
- 
Field Summary
- 
Fields inherited from class net.fortuna.ical4j.vcard.GroupProperty
ILLEGAL_PARAMETER_MESSAGE 
- 
Fields inherited from class net.fortuna.ical4j.model.Property
ACKNOWLEDGED, ACTION, ATTACH, ATTENDEE, BUSYTYPE, CALENDAR_ADDRESS, CALSCALE, CATEGORIES, CLASS, COMMENT, COMPLETED, CONTACT, COUNTRY, CREATED, DESCRIPTION, DTEND, DTSTAMP, DTSTART, DUE, DURATION, EXDATE, EXPERIMENTAL_PREFIX, EXRULE, EXTENDED_ADDRESS, FREEBUSY, GEO, LAST_MODIFIED, LOCALITY, LOCATION, LOCATION_TYPE, METHOD, NAME, ORGANIZER, PARTICIPANT_TYPE, PERCENT_COMPLETE, POSTALCODE, PRIORITY, PRODID, PROXIMITY, RDATE, RECURRENCE_ID, REGION, RELATED_TO, REPEAT, REQUEST_STATUS, RESOURCE_TYPE, RESOURCES, RRULE, SEQUENCE, STATUS, STREET_ADDRESS, STRUCTURED_DATA, STYLED_DESCRIPTION, SUMMARY, TEL, TRANSP, TRIGGER, TZID, TZID_ALIAS_OF, TZNAME, TZOFFSETFROM, TZOFFSETTO, TZUNTIL, TZURL, UID, URL, VERSION 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getAdditionalNames()StringgetFamilyName()StringgetGivenName()String[]getPrefixes()String[]getSuffixes()StringgetValue()protected PropertyFactory<N>newFactory()voidsetValue(String aValue)ValidationResultvalidate()- 
Methods inherited from class net.fortuna.ical4j.vcard.GroupProperty
assertOneOrLess, assertParametersEmpty, assertPidParameter, assertPrefParameter, assertTextParameter, assertTypeParameter, equals, getGroup, getId, getParameter, hashCode, toString 
- 
Methods inherited from class net.fortuna.ical4j.model.Property
add, compareTo, copy, getFluentTarget, getName, getParameter, getParameterList, getParameters, getRequiredParameter, remove, removeAll, replace, setParameters 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface net.fortuna.ical4j.model.FluentProperty
withParameter 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
N
public N(String familyName, String givenName, String[] additionalNames, String[] prefixes, String[] suffixes)
- Parameters:
 familyName- the family name component of a namegivenName- the given name component of a nameadditionalNames- additional names component of a nameprefixes- prefix components of a namesuffixes- suffix components of a name
 
- 
N
public N(ParameterList params, String value)
Factory constructor.- Parameters:
 params- property parametersvalue- string representation of a property value
 
 - 
 
- 
Method Detail
- 
getFamilyName
public String getFamilyName()
- Returns:
 - the familyName
 
 
- 
getGivenName
public String getGivenName()
- Returns:
 - the givenName
 
 
- 
getAdditionalNames
public String[] getAdditionalNames()
- Returns:
 - the additionalNames
 
 
- 
getPrefixes
public String[] getPrefixes()
- Returns:
 - the prefixes
 
 
- 
getSuffixes
public String[] getSuffixes()
- Returns:
 - the suffixes
 
 
- 
setValue
public void setValue(String aValue) throws IOException, URISyntaxException
- Specified by:
 setValuein classProperty- Throws:
 IOExceptionURISyntaxException
 
- 
validate
public ValidationResult validate() throws ValidationException
- Specified by:
 validatein classProperty- Throws:
 ValidationException
 
- 
newFactory
protected PropertyFactory<N> newFactory()
- Specified by:
 newFactoryin classProperty
 
 - 
 
 -