noNamespace
Interface PostageV2Type

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
PostageV2TypeImpl

public interface PostageV2Type
extends org.apache.xmlbeans.XmlObject

An XML PostageV2Type(@). This is a complex type.


Nested Class Summary
static class PostageV2Type.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 String getMailService()
          Gets the "MailService" element
 float getRate()
          Gets the "Rate" element
 void setMailService(String mailService)
          Sets the "MailService" element
 void setRate(float rate)
          Sets the "Rate" element
 org.apache.xmlbeans.XmlString xgetMailService()
          Gets (as xml) the "MailService" element
 org.apache.xmlbeans.XmlFloat xgetRate()
          Gets (as xml) the "Rate" element
 void xsetMailService(org.apache.xmlbeans.XmlString mailService)
          Sets (as xml) the "MailService" element
 void xsetRate(org.apache.xmlbeans.XmlFloat rate)
          Sets (as xml) the "Rate" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getMailService

String getMailService()
Gets the "MailService" element


xgetMailService

org.apache.xmlbeans.XmlString xgetMailService()
Gets (as xml) the "MailService" element


setMailService

void setMailService(String mailService)
Sets the "MailService" element


xsetMailService

void xsetMailService(org.apache.xmlbeans.XmlString mailService)
Sets (as xml) the "MailService" element


getRate

float getRate()
Gets the "Rate" element


xgetRate

org.apache.xmlbeans.XmlFloat xgetRate()
Gets (as xml) the "Rate" element


setRate

void setRate(float rate)
Sets the "Rate" element


xsetRate

void xsetRate(org.apache.xmlbeans.XmlFloat rate)
Sets (as xml) the "Rate" element



Copyright © 2012. All Rights Reserved.