Uses of Class
tbox.PropertyType

Packages that use PropertyType
tbox   
 

Uses of PropertyType in tbox
 

Fields in tbox with type parameters of type PropertyType
protected  java.util.List<PropertyType> TBoxType.properties
           
 

Methods in tbox that return PropertyType
 PropertyType ObjectFactory.createPropertyType()
          Create an instance of PropertyType
 

Methods in tbox that return types with arguments of type PropertyType
 javax.xml.bind.JAXBElement<PropertyType> ObjectFactory.createProperties(PropertyType value)
          Create an instance of JAXBElement<PropertyType>}
 java.util.List<PropertyType> TBoxType.getProperties()
          Gets the value of the properties property.
 

Methods in tbox with parameters of type PropertyType
 javax.xml.bind.JAXBElement<PropertyType> ObjectFactory.createProperties(PropertyType value)
          Create an instance of JAXBElement<PropertyType>}