Uses of Interface
org.apache.geronimo.corba.xbeans.csiv2.css.CSSEntityType

Packages that use CSSEntityType
org.apache.geronimo.corba.xbeans.csiv2.css   
org.apache.geronimo.corba.xbeans.csiv2.css.impl   
 

Uses of CSSEntityType in org.apache.geronimo.corba.xbeans.csiv2.css
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css that return CSSEntityType
 CSSEntityType CSSSSLType.TrustList.addNewEntity()
          Appends and returns a new empty value (as xml) as the last "entity" element
 CSSEntityType CSSSECIOPType.TrustList.addNewEntity()
          Appends and returns a new empty value (as xml) as the last "entity" element
 CSSEntityType[] CSSSSLType.TrustList.getEntityArray()
          Gets array of all "entity" elements
 CSSEntityType[] CSSSECIOPType.TrustList.getEntityArray()
          Gets array of all "entity" elements
 CSSEntityType CSSSSLType.TrustList.getEntityArray(int i)
          Gets ith "entity" element
 CSSEntityType CSSSECIOPType.TrustList.getEntityArray(int i)
          Gets ith "entity" element
 CSSEntityType CSSSSLType.TrustList.insertNewEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "entity" element
 CSSEntityType CSSSECIOPType.TrustList.insertNewEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "entity" element
static CSSEntityType CSSEntityType.Factory.newInstance()
           
static CSSEntityType CSSEntityType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static CSSEntityType CSSEntityType.Factory.parse(File file)
           
static CSSEntityType CSSEntityType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static CSSEntityType CSSEntityType.Factory.parse(InputStream is)
           
static CSSEntityType CSSEntityType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static CSSEntityType CSSEntityType.Factory.parse(Node node)
           
static CSSEntityType CSSEntityType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static CSSEntityType CSSEntityType.Factory.parse(Reader r)
           
static CSSEntityType CSSEntityType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static CSSEntityType CSSEntityType.Factory.parse(String xmlAsString)
           
static CSSEntityType CSSEntityType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static CSSEntityType CSSEntityType.Factory.parse(URL u)
           
static CSSEntityType CSSEntityType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static CSSEntityType CSSEntityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static CSSEntityType CSSEntityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static CSSEntityType CSSEntityType.Factory.parse(XMLStreamReader sr)
           
static CSSEntityType CSSEntityType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css with parameters of type CSSEntityType
 void CSSSSLType.TrustList.setEntityArray(CSSEntityType[] entityArray)
          Sets array of all "entity" element
 void CSSSECIOPType.TrustList.setEntityArray(CSSEntityType[] entityArray)
          Sets array of all "entity" element
 void CSSSSLType.TrustList.setEntityArray(int i, CSSEntityType entity)
          Sets ith "entity" element
 void CSSSECIOPType.TrustList.setEntityArray(int i, CSSEntityType entity)
          Sets ith "entity" element
 

Uses of CSSEntityType in org.apache.geronimo.corba.xbeans.csiv2.css.impl
 

Classes in org.apache.geronimo.corba.xbeans.csiv2.css.impl that implement CSSEntityType
 class CSSEntityTypeImpl
          An XML entityType(@http://openejb.apache.org/xml/ns/corba-css-config-2.1).
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl that return CSSEntityType
 CSSEntityType CSSSSLTypeImpl.TrustListImpl.addNewEntity()
          Appends and returns a new empty value (as xml) as the last "entity" element
 CSSEntityType CSSSECIOPTypeImpl.TrustListImpl.addNewEntity()
          Appends and returns a new empty value (as xml) as the last "entity" element
 CSSEntityType[] CSSSSLTypeImpl.TrustListImpl.getEntityArray()
          Gets array of all "entity" elements
 CSSEntityType[] CSSSECIOPTypeImpl.TrustListImpl.getEntityArray()
          Gets array of all "entity" elements
 CSSEntityType CSSSSLTypeImpl.TrustListImpl.getEntityArray(int i)
          Gets ith "entity" element
 CSSEntityType CSSSECIOPTypeImpl.TrustListImpl.getEntityArray(int i)
          Gets ith "entity" element
 CSSEntityType CSSSSLTypeImpl.TrustListImpl.insertNewEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "entity" element
 CSSEntityType CSSSECIOPTypeImpl.TrustListImpl.insertNewEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "entity" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl with parameters of type CSSEntityType
 void CSSSSLTypeImpl.TrustListImpl.setEntityArray(CSSEntityType[] entityArray)
          Sets array of all "entity" element
 void CSSSECIOPTypeImpl.TrustListImpl.setEntityArray(CSSEntityType[] entityArray)
          Sets array of all "entity" element
 void CSSSSLTypeImpl.TrustListImpl.setEntityArray(int i, CSSEntityType entity)
          Sets ith "entity" element
 void CSSSECIOPTypeImpl.TrustListImpl.setEntityArray(int i, CSSEntityType entity)
          Sets ith "entity" element
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.