Uses of Class
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig.ReferenceType

Packages that use ReferenceType
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig   
 

Uses of ReferenceType in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig
 

Fields in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig declared as ReferenceType
protected  ReferenceType[] SignedInfoType.reference
           
protected  ReferenceType[] ManifestType.reference
           
 

Methods in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig that return ReferenceType
 ReferenceType ReferenceType.clone()
          Creates and returns a copy of this object.
 ReferenceType ObjectFactory.createReferenceType()
          Create an instance of ReferenceType
 ReferenceType[] SignedInfoType.getReference()
           
 ReferenceType[] ManifestType.getReference()
           
 ReferenceType SignedInfoType.getReference(int idx)
           
 ReferenceType ManifestType.getReference(int idx)
           
 ReferenceType SignedInfoType.setReference(int idx, ReferenceType value)
           
 ReferenceType ManifestType.setReference(int idx, ReferenceType value)
           
 

Methods in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig that return types with arguments of type ReferenceType
 javax.xml.bind.JAXBElement<ReferenceType> ObjectFactory.createReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 

Methods in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig with parameters of type ReferenceType
 javax.xml.bind.JAXBElement<ReferenceType> ObjectFactory.createReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 ReferenceType SignedInfoType.setReference(int idx, ReferenceType value)
           
 ReferenceType ManifestType.setReference(int idx, ReferenceType value)
           
 void SignedInfoType.setReference(ReferenceType[] values)
           
 void ManifestType.setReference(ReferenceType[] values)
           
 

Constructors in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig with parameters of type ReferenceType
ReferenceType(ReferenceType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig.ReferenceType instance by copying a given instance.
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.