org.nhindirect.xd.common
Class DirectDocumentUtils

java.lang.Object
  extended by org.nhindirect.xd.common.DirectDocumentUtils

public class DirectDocumentUtils
extends Object


Constructor Summary
DirectDocumentUtils()
           
 
Method Summary
static void addSlot(List<SlotType1> slots, SlotType1 slot)
           
static InternationalStringType makeInternationalStringType(String value)
           
static SlotType1 makeSlot(SlotType1Enum slotTypeEnum, List<String> values)
           
static SlotType1 makeSlot(SlotType1Enum slotTypeEnum, SimplePerson person)
           
static SlotType1 makeSlot(SlotType1Enum slotTypeEnum, String value)
           
static boolean slotNotEmpty(SlotType1 slot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectDocumentUtils

public DirectDocumentUtils()
Method Detail

makeSlot

public static SlotType1 makeSlot(SlotType1Enum slotTypeEnum,
                                 SimplePerson person)

makeSlot

public static SlotType1 makeSlot(SlotType1Enum slotTypeEnum,
                                 String value)

makeSlot

public static SlotType1 makeSlot(SlotType1Enum slotTypeEnum,
                                 List<String> values)

addSlot

public static void addSlot(List<SlotType1> slots,
                           SlotType1 slot)

makeInternationalStringType

public static InternationalStringType makeInternationalStringType(String value)

slotNotEmpty

public static boolean slotNotEmpty(SlotType1 slot)


Copyright © 2010-2011. All Rights Reserved.