///<summary>
        /// Returns  first repetition of SRR_S11_RESOURCES (a Group object) - creates it if necessary
        ///</summary>
        public SRR_S11_RESOURCES GetRESOURCES()
        {
            SRR_S11_RESOURCES ret = null;

            try {
                ret = (SRR_S11_RESOURCES)this.GetStructure("RESOURCES");
            } catch (HL7Exception e) {
                HapiLogFactory.GetHapiLog(GetType()).Error("Unexpected error accessing data - this is probably a bug in the source code generator.", e);
                throw new System.Exception("An unexpected error ocurred", e);
            }
            return(ret);
        }
 ///<summary>
 ///Removes the given SRR_S11_RESOURCES
 ///</summary>
 public void RemoveRESOURCES(SRR_S11_RESOURCES toRemove)
 {
     this.RemoveStructure("RESOURCES", toRemove);
 }