Uses of Interface
org.apache.geronimo.xbeans.geronimo.security.GerDescriptionType

Packages that use GerDescriptionType
org.apache.geronimo.xbeans.geronimo.security   
org.apache.geronimo.xbeans.geronimo.security.impl   
 

Uses of GerDescriptionType in org.apache.geronimo.xbeans.geronimo.security
 

Methods in org.apache.geronimo.xbeans.geronimo.security that return GerDescriptionType
 GerDescriptionType GerPrincipalType.addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerDescriptionType GerSecurityType.addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerDescriptionType GerDefaultPrincipalType.addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerDescriptionType GerDistinguishedNameType.addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerDescriptionType GerRoleType.addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerDescriptionType[] GerPrincipalType.getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType[] GerSecurityType.getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType[] GerDefaultPrincipalType.getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType[] GerDistinguishedNameType.getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType[] GerRoleType.getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType GerPrincipalType.getDescriptionArray(int i)
          Gets ith "description" element
 GerDescriptionType GerSecurityType.getDescriptionArray(int i)
          Gets ith "description" element
 GerDescriptionType GerDefaultPrincipalType.getDescriptionArray(int i)
          Gets ith "description" element
 GerDescriptionType GerDistinguishedNameType.getDescriptionArray(int i)
          Gets ith "description" element
 GerDescriptionType GerRoleType.getDescriptionArray(int i)
          Gets ith "description" element
 GerDescriptionType GerPrincipalType.insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 GerDescriptionType GerSecurityType.insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 GerDescriptionType GerDefaultPrincipalType.insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 GerDescriptionType GerDistinguishedNameType.insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 GerDescriptionType GerRoleType.insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
static GerDescriptionType GerDescriptionType.Factory.newInstance()
           
static GerDescriptionType GerDescriptionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerDescriptionType GerDescriptionType.Factory.parse(File file)
           
static GerDescriptionType GerDescriptionType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerDescriptionType GerDescriptionType.Factory.parse(InputStream is)
           
static GerDescriptionType GerDescriptionType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerDescriptionType GerDescriptionType.Factory.parse(Node node)
           
static GerDescriptionType GerDescriptionType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerDescriptionType GerDescriptionType.Factory.parse(Reader r)
           
static GerDescriptionType GerDescriptionType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerDescriptionType GerDescriptionType.Factory.parse(String xmlAsString)
           
static GerDescriptionType GerDescriptionType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerDescriptionType GerDescriptionType.Factory.parse(URL u)
           
static GerDescriptionType GerDescriptionType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerDescriptionType GerDescriptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerDescriptionType GerDescriptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerDescriptionType GerDescriptionType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static GerDescriptionType GerDescriptionType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.security with parameters of type GerDescriptionType
 void GerPrincipalType.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerSecurityType.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerDefaultPrincipalType.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerDistinguishedNameType.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerRoleType.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerPrincipalType.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 void GerSecurityType.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 void GerDefaultPrincipalType.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 void GerDistinguishedNameType.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 void GerRoleType.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 

Uses of GerDescriptionType in org.apache.geronimo.xbeans.geronimo.security.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.security.impl that implement GerDescriptionType
 class GerDescriptionTypeImpl
          An XML descriptionType(@http://geronimo.apache.org/xml/ns/security-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.security.impl that return GerDescriptionType
 GerDescriptionType GerPrincipalTypeImpl.addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerDescriptionType GerRoleTypeImpl.addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerDescriptionType GerSecurityTypeImpl.addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerDescriptionType GerDistinguishedNameTypeImpl.addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerDescriptionType GerDefaultPrincipalTypeImpl.addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerDescriptionType[] GerPrincipalTypeImpl.getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType[] GerRoleTypeImpl.getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType[] GerSecurityTypeImpl.getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType[] GerDistinguishedNameTypeImpl.getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType[] GerDefaultPrincipalTypeImpl.getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType GerPrincipalTypeImpl.getDescriptionArray(int i)
          Gets ith "description" element
 GerDescriptionType GerRoleTypeImpl.getDescriptionArray(int i)
          Gets ith "description" element
 GerDescriptionType GerSecurityTypeImpl.getDescriptionArray(int i)
          Gets ith "description" element
 GerDescriptionType GerDistinguishedNameTypeImpl.getDescriptionArray(int i)
          Gets ith "description" element
 GerDescriptionType GerDefaultPrincipalTypeImpl.getDescriptionArray(int i)
          Gets ith "description" element
 GerDescriptionType GerPrincipalTypeImpl.insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 GerDescriptionType GerRoleTypeImpl.insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 GerDescriptionType GerSecurityTypeImpl.insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 GerDescriptionType GerDistinguishedNameTypeImpl.insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 GerDescriptionType GerDefaultPrincipalTypeImpl.insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 

Methods in org.apache.geronimo.xbeans.geronimo.security.impl with parameters of type GerDescriptionType
 void GerPrincipalTypeImpl.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerRoleTypeImpl.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerSecurityTypeImpl.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerDistinguishedNameTypeImpl.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerDefaultPrincipalTypeImpl.setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void GerPrincipalTypeImpl.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 void GerRoleTypeImpl.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 void GerSecurityTypeImpl.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 void GerDistinguishedNameTypeImpl.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 void GerDefaultPrincipalTypeImpl.setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.