Uses of Interface
org.xmlsoap.schemas.soap.envelope.MustUnderstandAttribute.MustUnderstand

Packages that use MustUnderstandAttribute.MustUnderstand
org.xmlsoap.schemas.soap.envelope   
org.xmlsoap.schemas.soap.envelope.impl   
 

Uses of MustUnderstandAttribute.MustUnderstand in org.xmlsoap.schemas.soap.envelope
 

Methods in org.xmlsoap.schemas.soap.envelope that return MustUnderstandAttribute.MustUnderstand
static MustUnderstandAttribute.MustUnderstand MustUnderstandAttribute.MustUnderstand.Factory.newInstance()
           
static MustUnderstandAttribute.MustUnderstand MustUnderstandAttribute.MustUnderstand.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static MustUnderstandAttribute.MustUnderstand MustUnderstandAttribute.MustUnderstand.Factory.newValue(java.lang.Object obj)
           
 MustUnderstandAttribute.MustUnderstand MustUnderstandAttribute.xgetMustUnderstand()
          Gets (as xml) the "mustUnderstand" attribute
 

Methods in org.xmlsoap.schemas.soap.envelope with parameters of type MustUnderstandAttribute.MustUnderstand
 void MustUnderstandAttribute.xsetMustUnderstand(MustUnderstandAttribute.MustUnderstand mustUnderstand)
          Sets (as xml) the "mustUnderstand" attribute
 

Uses of MustUnderstandAttribute.MustUnderstand in org.xmlsoap.schemas.soap.envelope.impl
 

Classes in org.xmlsoap.schemas.soap.envelope.impl that implement MustUnderstandAttribute.MustUnderstand
static class MustUnderstandAttributeImpl.MustUnderstandImpl
          An XML mustUnderstand(@http://schemas.xmlsoap.org/soap/envelope/).
 

Methods in org.xmlsoap.schemas.soap.envelope.impl that return MustUnderstandAttribute.MustUnderstand
 MustUnderstandAttribute.MustUnderstand MustUnderstandAttributeImpl.xgetMustUnderstand()
          Gets (as xml) the "mustUnderstand" attribute
 

Methods in org.xmlsoap.schemas.soap.envelope.impl with parameters of type MustUnderstandAttribute.MustUnderstand
 void MustUnderstandAttributeImpl.xsetMustUnderstand(MustUnderstandAttribute.MustUnderstand mustUnderstand)
          Sets (as xml) the "mustUnderstand" attribute
 



Copyright © 2009. All Rights Reserved.