Uses of Class
org.apache.ws.scout.model.uddi.v2.Truncated

Packages that use Truncated
org.apache.ws.scout.model.uddi.v2   
 

Uses of Truncated in org.apache.ws.scout.model.uddi.v2
 

Fields in org.apache.ws.scout.model.uddi.v2 declared as Truncated
protected  Truncated TModelList.truncated
           
protected  Truncated TModelDetail.truncated
           
protected  Truncated ServiceList.truncated
           
protected  Truncated ServiceDetail.truncated
           
protected  Truncated RelatedBusinessesList.truncated
           
protected  Truncated RegisteredInfo.truncated
           
protected  Truncated DispositionReport.truncated
           
protected  Truncated BusinessList.truncated
           
protected  Truncated BusinessDetailExt.truncated
           
protected  Truncated BusinessDetail.truncated
           
protected  Truncated BindingDetail.truncated
           
 

Methods in org.apache.ws.scout.model.uddi.v2 that return Truncated
static Truncated Truncated.fromValue(java.lang.String v)
           
 Truncated TModelList.getTruncated()
          Gets the value of the truncated property.
 Truncated TModelDetail.getTruncated()
          Gets the value of the truncated property.
 Truncated ServiceList.getTruncated()
          Gets the value of the truncated property.
 Truncated ServiceDetail.getTruncated()
          Gets the value of the truncated property.
 Truncated RelatedBusinessesList.getTruncated()
          Gets the value of the truncated property.
 Truncated RegisteredInfo.getTruncated()
          Gets the value of the truncated property.
 Truncated DispositionReport.getTruncated()
          Gets the value of the truncated property.
 Truncated BusinessList.getTruncated()
          Gets the value of the truncated property.
 Truncated BusinessDetailExt.getTruncated()
          Gets the value of the truncated property.
 Truncated BusinessDetail.getTruncated()
          Gets the value of the truncated property.
 Truncated BindingDetail.getTruncated()
          Gets the value of the truncated property.
static Truncated Truncated.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Truncated[] Truncated.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.ws.scout.model.uddi.v2 with parameters of type Truncated
 void TModelList.setTruncated(Truncated value)
          Sets the value of the truncated property.
 void TModelDetail.setTruncated(Truncated value)
          Sets the value of the truncated property.
 void ServiceList.setTruncated(Truncated value)
          Sets the value of the truncated property.
 void ServiceDetail.setTruncated(Truncated value)
          Sets the value of the truncated property.
 void RelatedBusinessesList.setTruncated(Truncated value)
          Sets the value of the truncated property.
 void RegisteredInfo.setTruncated(Truncated value)
          Sets the value of the truncated property.
 void DispositionReport.setTruncated(Truncated value)
          Sets the value of the truncated property.
 void BusinessList.setTruncated(Truncated value)
          Sets the value of the truncated property.
 void BusinessDetailExt.setTruncated(Truncated value)
          Sets the value of the truncated property.
 void BusinessDetail.setTruncated(Truncated value)
          Sets the value of the truncated property.
 void BindingDetail.setTruncated(Truncated value)
          Sets the value of the truncated property.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.