Uses of Interface
org.icenigrid.schema.service.gridsam.PropertyDocument.Property

Packages that use PropertyDocument.Property
org.icenigrid.schema.service.gridsam   
org.icenigrid.schema.service.gridsam.impl   
 

Uses of PropertyDocument.Property in org.icenigrid.schema.service.gridsam
 

Methods in org.icenigrid.schema.service.gridsam that return PropertyDocument.Property
 PropertyDocument.Property PropertyDocument.addNewProperty()
          Appends and returns a new empty "Property" element
 PropertyDocument.Property JobStatusType.addNewProperty()
          Appends and returns a new empty value (as xml) as the last "Property" element
 PropertyDocument.Property PropertyDocument.getProperty()
          Gets the "Property" element
 PropertyDocument.Property[] JobStatusType.getPropertyArray()
          Gets array of all "Property" elements
 PropertyDocument.Property JobStatusType.getPropertyArray(int i)
          Gets ith "Property" element
 PropertyDocument.Property JobStatusType.insertNewProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "Property" element
static PropertyDocument.Property PropertyDocument.Property.Factory.newInstance()
           
static PropertyDocument.Property PropertyDocument.Property.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.icenigrid.schema.service.gridsam with parameters of type PropertyDocument.Property
 void PropertyDocument.setProperty(PropertyDocument.Property property)
          Sets the "Property" element
 void JobStatusType.setPropertyArray(int i, PropertyDocument.Property property)
          Sets ith "Property" element
 void JobStatusType.setPropertyArray(PropertyDocument.Property[] propertyArray)
          Sets array of all "Property" element
 

Uses of PropertyDocument.Property in org.icenigrid.schema.service.gridsam.impl
 

Classes in org.icenigrid.schema.service.gridsam.impl that implement PropertyDocument.Property
static class PropertyDocumentImpl.PropertyImpl
          An XML Property(@http://www.icenigrid.org/service/gridsam).
 

Methods in org.icenigrid.schema.service.gridsam.impl that return PropertyDocument.Property
 PropertyDocument.Property PropertyDocumentImpl.addNewProperty()
          Appends and returns a new empty "Property" element
 PropertyDocument.Property JobStatusTypeImpl.addNewProperty()
          Appends and returns a new empty value (as xml) as the last "Property" element
 PropertyDocument.Property PropertyDocumentImpl.getProperty()
          Gets the "Property" element
 PropertyDocument.Property[] JobStatusTypeImpl.getPropertyArray()
          Gets array of all "Property" elements
 PropertyDocument.Property JobStatusTypeImpl.getPropertyArray(int i)
          Gets ith "Property" element
 PropertyDocument.Property JobStatusTypeImpl.insertNewProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "Property" element
 

Methods in org.icenigrid.schema.service.gridsam.impl with parameters of type PropertyDocument.Property
 void PropertyDocumentImpl.setProperty(PropertyDocument.Property property)
          Sets the "Property" element
 void JobStatusTypeImpl.setPropertyArray(int i, PropertyDocument.Property property)
          Sets ith "Property" element
 void JobStatusTypeImpl.setPropertyArray(PropertyDocument.Property[] propertyArray)
          Sets array of all "Property" element
 



Copyright © 2009. All Rights Reserved.