org.apache.pluto.descriptors.common
Class UserDataConstraintDD

java.lang.Object
  extended by org.apache.pluto.descriptors.common.UserDataConstraintDD

public class UserDataConstraintDD
extends Object

User Data Constraint descriptor.

Since:
Feb 28, 2005 TODO: Convert TransportGuarantee to a Java 5 enum and annotate with @XmlEnum(String.class)
Version:
$Id: UserDataConstraintDD.java 156636 2005-03-09 12:16:31Z cziegeler $

Field Summary
static String CONFIDENTIAL
           
static String INTEGRAL
           
static String NONE
           
 
Constructor Summary
UserDataConstraintDD()
           
 
Method Summary
 List<String> getDescriptions()
           
 String getTransportGuarantee()
           
 void setDescriptions(List<String> descriptions)
           
 void setTransportGuarantee(String transportGuarantee)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final String NONE
See Also:
Constant Field Values

INTEGRAL

public static final String INTEGRAL
See Also:
Constant Field Values

CONFIDENTIAL

public static final String CONFIDENTIAL
See Also:
Constant Field Values
Constructor Detail

UserDataConstraintDD

public UserDataConstraintDD()
Method Detail

getDescriptions

public List<String> getDescriptions()

setDescriptions

public void setDescriptions(List<String> descriptions)

getTransportGuarantee

public String getTransportGuarantee()

setTransportGuarantee

public void setTransportGuarantee(String transportGuarantee)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.